vlc | branch: master | Ilkka Ollakka <[email protected]> | Tue Aug 14 16:24:15 2012 +0300| [05a4c17fe5ea847e4c825c61ed5deb2527d82b6f] | committer: Ilkka Ollakka
avcodec: fix helptest for aac-profile > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=05a4c17fe5ea847e4c825c61ed5deb2527d82b6f --- modules/codec/avcodec/avcodec.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/codec/avcodec/avcodec.h b/modules/codec/avcodec/avcodec.h index 34e00a6..b9b4ec9 100644 --- a/modules/codec/avcodec/avcodec.h +++ b/modules/codec/avcodec/avcodec.h @@ -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; \ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
