diff options
author | Rodeo <[email protected]> | 2014-10-01 12:12:24 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2014-10-01 12:12:24 +0000 |
commit | 40d99b867934eb2c47175fb9cfdeb0ec54d94492 (patch) | |
tree | 32fd2e8ff68bbc20fee387841b5a5a4587120bae | |
parent | 10239b4637254fc2e050d8d2539d50578e30b28a (diff) |
CLI: update help for --deinterlace option after mcdeint removal.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6427 b64f7644-9d1e-0410-96f1-a4d463321fa5
-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 28dce55fd..7e13c5fd4 100644 --- a/test/test.c +++ b/test/test.c @@ -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" |