OSDN Git Service

Removes deprecated x264 modes (b13 and b30) from the CLI's help output.
authorjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 22 Mar 2008 14:36:29 +0000 (14:36 +0000)
committerjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 22 Mar 2008 14:36:29 +0000 (14:36 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@1357 b64f7644-9d1e-0410-96f1-a4d463321fa5

test/test.c

index e6c978c..daccad6 100644 (file)
@@ -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"