]> granicus.if.org Git - handbrake/commitdiff
CLI: update help for --deinterlace option after mcdeint removal.
authorRodeo <tdskywalker@gmail.com>
Wed, 1 Oct 2014 12:12:24 +0000 (12:12 +0000)
committerRodeo <tdskywalker@gmail.com>
Wed, 1 Oct 2014 12:12:24 +0000 (12:12 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6427 b64f7644-9d1e-0410-96f1-a4d463321fa5

test/test.c

index 28dce55fdc8537cdd4b335ec3cdeac87e63640c8..7e13c5fd44064a074720bd68b8795aefced0097c 100644 (file)
@@ -3317,7 +3317,7 @@ static void ShowHelp()
 
     "### Filters---------------------------------------------------------\n\n"
 
-     "    -d, --deinterlace       Deinterlace video with Libav, yadif or mcdeint\n"
+     "    -d, --deinterlace       Unconditionally deinterlaces all frames\n"
      "          <fast/slow/slower/bob");
 #ifdef USE_QSV
 if (hb_qsv_available())
@@ -3327,7 +3327,7 @@ if (hb_qsv_available())
 #endif
      fprintf( out, "> or omitted (default settings)\n"
      "           or\n"
-     "          <YM:FD:MM:QP>     (default 0:-1:-1:1)\n"
+     "          <YM:FD>           (default 0:-1)\n"
      "    -5, --decomb            Selectively deinterlaces when it detects combing\n"
      "          <fast/bob> or omitted (default settings)\n"
      "           or\n"