]> git.sesse.net Git - vlc/commitdiff
avcodec: fix language
authorIlkka Ollakka <ileoo@videolan.org>
Tue, 14 Aug 2012 13:49:25 +0000 (16:49 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Tue, 14 Aug 2012 13:49:40 +0000 (16:49 +0300)
modules/codec/avcodec/avcodec.h

index b9b4ec9c472bb71df83ccadb52261df28921b581..8db1fa8ad651d67079a26933e8bd7e9ad4b235ae 100644 (file)
@@ -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;                  \