From: Ilkka Ollakka Date: Sun, 16 May 2010 12:18:45 +0000 (+0300) Subject: x264: add info about letting libx264 set level when level==0 X-Git-Tag: 1.2.0-pre1~6639 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b5c418c3fcdc74cac708e43ba51fcc7d5af7ed53;p=vlc x264: add info about letting libx264 set level when level==0 --- diff --git a/modules/codec/x264.c b/modules/codec/x264.c index c7cd151cb8..e27de7ae2e 100644 --- a/modules/codec/x264.c +++ b/modules/codec/x264.c @@ -131,7 +131,7 @@ static void Close( vlc_object_t * ); #define LEVEL_LONGTEXT N_( "Specify H.264 level (as defined by Annex A " \ "of the standard). Levels are not enforced; it's up to the user to select " \ "a level compatible with the rest of the encoding options. Range 1 to 5.1 " \ - "(10 to 51 is also allowed).") + "(10 to 51 is also allowed). Set to 0 for letting x264 set level.") #define PROFILE_TEXT N_("H.264 profile") #define PROFILE_LONGTEXT N_("Specify H.264 profile which limits are enforced over" \