[vlc-commits] commit: x264: add info about letting libx264 set level when level==0 ( Ilkka Ollakka )
git at videolan.org
git at videolan.org
Sun May 16 14:31:04 CEST 2010
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Sun May 16 15:18:45 2010 +0300| [b5c418c3fcdc74cac708e43ba51fcc7d5af7ed53] | committer: Ilkka Ollakka
x264: add info about letting libx264 set level when level==0
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b5c418c3fcdc74cac708e43ba51fcc7d5af7ed53
---
modules/codec/x264.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/codec/x264.c b/modules/codec/x264.c
index c7cd151..e27de7a 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" \
More information about the vlc-commits
mailing list