diff options
author | jbrjake <[email protected]> | 2008-03-22 14:36:29 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2008-03-22 14:36:29 +0000 |
commit | 8838a107f0b20ea9cc2d877cb4cda48cbbafe619 (patch) | |
tree | b4530befc98dfec8d6743fefe096e7bc1920f97b /test | |
parent | 57ba7c9342c2319723be2a7d327535b4950bd1bd (diff) |
Removes deprecated x264 modes (b13 and b30) from the CLI's help output.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1357 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c index e6c978cd3..daccad651 100644 --- a/test/test.c +++ b/test/test.c @@ -1178,7 +1178,7 @@ static void ShowHelp() "### Video Options------------------------------------------------------------\n\n" " -e, --encoder <string> Set video library encoder (ffmpeg,xvid,\n" - " x264,x264b13,x264b30,theora default: ffmpeg)\n" + " x264,theora default: ffmpeg)\n" " -q, --quality <float> Set video quality (0.0..1.0)\n" " -Q, --cqp Use with -q for CQP instead of CRF\n" " -S, --size <MB> Set target size\n" |