OSDN Git Service

Fixes a missing and misplace option in decomb's comments and in-line CLI help. Thanks...
authorjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 23 Nov 2009 02:57:26 +0000 (02:57 +0000)
committerjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 23 Nov 2009 02:57:26 +0000 (02:57 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@2956 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/decomb.c
test/test.c

index d2d13f1..584a340 100644 (file)
@@ -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
index e6db762..ad21868 100644 (file)
@@ -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"