[vlc-commits] avcodec: fix language
Ilkka Ollakka
git at videolan.org
Tue Aug 14 15:50:04 CEST 2012
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Tue Aug 14 16:49:25 2012 +0300| [4abeb5498e41198f950d29cdf59a552e1cefd055] | committer: Ilkka Ollakka
avcodec: fix language
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4abeb5498e41198f950d29cdf59a552e1cefd055
---
modules/codec/avcodec/avcodec.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/codec/avcodec/avcodec.h b/modules/codec/avcodec/avcodec.h
index b9b4ec9..8db1fa8 100644
--- a/modules/codec/avcodec/avcodec.h
+++ b/modules/codec/avcodec/avcodec.h
@@ -261,7 +261,7 @@ int ffmpeg_OpenCodec( decoder_t *p_dec );
#define ENC_PROFILE_LONGTEXT N_( "Specify the AAC audio profile to use " \
"for encoding the audio bitstream. It takes the following options: " \
"main, low, ssr (not supported),ltp, hev1, hev2 (default: low). " \
- "hev1 and hev2 are currently only with libfdk-aac enable ffmpeg/libav" )
+ "hev1 and hev2 are currently supported only with libfdk-aac enabled ffmpeg/libav" )
#define AVCODEC_COMMON_MEMBERS \
int i_cat; \
More information about the vlc-commits
mailing list