From b5c418c3fcdc74cac708e43ba51fcc7d5af7ed53 Mon Sep 17 00:00:00 2001 From: Ilkka Ollakka Date: Sun, 16 May 2010 15:18:45 +0300 Subject: [PATCH] x264: add info about letting libx264 set level when level==0 --- modules/codec/x264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \ -- 2.39.5