From 7304f844744b74a9f046ca4a3e3d876159346bfb Mon Sep 17 00:00:00 2001 From: jbrjake Date: Mon, 23 Nov 2009 02:57:26 +0000 Subject: 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 --- libhb/decomb.c | 2 +- test/test.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libhb/decomb.c b/libhb/decomb.c index d2d13f1b0..584a3408b 100644 --- a/libhb/decomb.c +++ b/libhb/decomb.c @@ -22,7 +22,7 @@ Plus: Parity Defaults: - 7:2:6:9:80:16:16:10:20:20:4:2:50:24:-1 + 7:2:6:9:80:16:16:10:20:20:4:2:50:24:1:-1 *****/ #define MODE_YADIF 1 // Use yadif 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" " \n" " -5, --decomb Selectively deinterlaces when it detects combing\n" - " \n" - " (default: 7:2:6:9:80:16:16:10:20:20:4:2:50:24:-1)\n" + " \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" -- cgit v1.2.3