vlc | branch: master | Ilkka Ollakka <[email protected]> | 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; \ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
