[x264-devel] commit: Reformat profile restrictions in --fullhelp. (Alexander Strange )
git at videolan.org
git at videolan.org
Sun Mar 28 04:44:26 CEST 2010
x264 | branch: master | Alexander Strange <astrange at ithinksw.com> | Sun Mar 7 02:57:04 2010 -0500| [ec39f7b4566e768c7bad3023c00f9d130efae5bc] | committer: Jason Garrett-Glaser
Reformat profile restrictions in --fullhelp.
Put "no interlaced", "no lossless" on their own line to avoid them
running into the default options list.
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=ec39f7b4566e768c7bad3023c00f9d130efae5bc
---
x264.c | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/x264.c b/x264.c
index ec342d4..147e7b4 100644
--- a/x264.c
+++ b/x264.c
@@ -270,12 +270,14 @@ static void Help( x264_param_t *defaults, int longhelp )
" Overrides all settings.\n" );
H2( " - baseline:\n"
" --no-8x8dct --bframes 0 --no-cabac\n"
- " --cqm flat --weightp 0 No interlaced\n"
- " No lossless\n"
+ " --cqm flat --weightp 0\n"
+ " No interlaced.\n"
+ " No lossless.\n"
" - main:\n"
- " --no-8x8dct --cqm flat No lossless\n"
+ " --no-8x8dct --cqm flat\n"
+ " No lossless.\n"
" - high:\n"
- " No lossless\n" );
+ " No lossless.\n" );
else H0( " - baseline,main,high\n" );
H0( " --preset Use a preset to select encoding settings [medium]\n"
" Overridden by user settings.\n" );
More information about the x264-devel
mailing list