diff options
author | jbrjake <[email protected]> | 2009-11-23 02:57:26 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2009-11-23 02:57:26 +0000 |
commit | 7304f844744b74a9f046ca4a3e3d876159346bfb (patch) | |
tree | 8590c8d01a4b88e3216ccc619a332b2d699eeddb /test | |
parent | 4fc9cfae627f87cb1280fe7e1eb7d6bb51cb22cf (diff) |
Fixes a missing and misplace option in decomb's comments and in-line CLI help. Thanks, Rodeo\!
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2956 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.c b/test/test.c index e6db762a5..ad21868f4 100644 --- a/test/test.c +++ b/test/test.c @@ -2306,8 +2306,8 @@ static void ShowHelp() " or\n" " <fast/slow/slower>\n" " -5, --decomb Selectively deinterlaces when it detects combing\n" - " <MO:ME:MT:ST:BT:BX:BY:FD:MG:VA:LA:DI:ER:NO:MD:PP>\n" - " (default: 7:2:6:9:80:16:16:10:20:20:4:2:50:24:-1)\n" + " <MO:ME:MT:ST:BT:BX:BY:MG:VA:LA:DI:ER:NO:MD:PP:FD>\n" + " (default: 7:2:6:9:80:16:16:10:20:20:4:2:50:24:1:-1)\n" " -9, --detelecine Detelecine (ivtc) video with pullup filter\n" " Note: this filter drops duplicate frames to\n" " restore the pre-telecine framerate, unless you\n" |