]> granicus.if.org Git - handbrake/commitdiff
option should be at deinterlace, instead of decomb
authorhandbrake <no-reply@handbrake.fr>
Sat, 18 May 2013 18:32:34 +0000 (18:32 +0000)
committerhandbrake <no-reply@handbrake.fr>
Sat, 18 May 2013 18:32:34 +0000 (18:32 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/qsv@5477 b64f7644-9d1e-0410-96f1-a4d463321fa5

test/test.c

index 8f774ae8ef04b7b3750a7b2af010cf113842f6cf..d65c2b273932ebebb60a7d0249b41385b43a7fef 100644 (file)
@@ -3310,18 +3310,16 @@ static void ShowHelp()
     "### Filters---------------------------------------------------------\n\n"
 
      "    -d, --deinterlace       Deinterlace video with Libav, yadif or mcdeint\n"
-     "          <fast/slow/slower/bob> or omitted (default settings)\n"
+     "          <fast/slow/slower/bob"
+#ifdef USE_QSV
+     fprintf( out,"/qsv");
+#endif
+     fprintf( out, "> or omitted (default settings)\n"
      "           or\n"
      "          <YM:FD:MM:QP>     (default 0:-1:-1:1)\n"
      "    -5, --decomb            Selectively deinterlaces when it detects combing\n"
      "          <fast/bob> or omitted (default settings)\n"
      "           or\n"
-     "          <fast/slow/slower");
-#ifdef USE_QSV
-     fprintf( out,"/qsv");
-#endif
-     fprintf( out, ">\n"
-     "    -5, --decomb            Selectively deinterlaces when it detects combing\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"