]> git.sesse.net Git - vlc/commitdiff
avcodec: fix helptest for aac-profile
authorIlkka Ollakka <ileoo@videolan.org>
Tue, 14 Aug 2012 13:24:15 +0000 (16:24 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Tue, 14 Aug 2012 13:24:43 +0000 (16:24 +0300)
modules/codec/avcodec/avcodec.h

index 34e00a6d81580a8f7b98c482adb39c4041859961..b9b4ec9c472bb71df83ccadb52261df28921b581 100644 (file)
@@ -260,7 +260,8 @@ int ffmpeg_OpenCodec( decoder_t *p_dec );
 #define ENC_PROFILE_TEXT N_( "Specify AAC audio profile to use" )
 #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) and ltp (default: main)" )
+   "main, low, ssr (not supported),ltp, hev1, hev2 (default: low). " \
+   "hev1  and hev2 are currently only with libfdk-aac enable ffmpeg/libav" )
 
 #define AVCODEC_COMMON_MEMBERS   \
     int i_cat;                  \