From e98be3a2d485c418c31f43fe18d2c832e4645209 Mon Sep 17 00:00:00 2001 From: jstebbins Date: Thu, 14 Apr 2011 16:48:00 +0000 Subject: [PATCH] CLI: update help text to add ffmpeg mpeg-2 encoder git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3922 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- test/test.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/test.c b/test/test.c index 33cc9e7e8..c89267b9f 100644 --- a/test/test.c +++ b/test/test.c @@ -2491,8 +2491,9 @@ static void ShowHelp() "### Video Options------------------------------------------------------------\n\n" - " -e, --encoder Set video library encoder (ffmpeg,x264,theora)\n" - " (default: ffmpeg)\n" + " -e, --encoder Set video library encoder\n" + " Options: ffmpeg4,ffmpeg2,x264,theora\n" + " (default: ffmpeg4)\n" " -x, --encopts Specify advanced encoder options in the\n" " same style as mencoder (x264 and ffmpeg only):\n" " option1=value1:option2=value2\n" -- 2.40.0