]> git.sesse.net Git - vlc/commitdiff
x264: add info about letting libx264 set level when level==0
authorIlkka Ollakka <ileoo@videolan.org>
Sun, 16 May 2010 12:18:45 +0000 (15:18 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Sun, 16 May 2010 12:18:45 +0000 (15:18 +0300)
modules/codec/x264.c

index c7cd151cb8126587ac04c1fd29f49b4559eecded..e27de7ae2eb685be9218094c17eda774cc7d484e 100644 (file)
@@ -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" \