diff options
author | jbrjake <[email protected]> | 2008-09-24 20:00:28 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2008-09-24 20:00:28 +0000 |
commit | f64be95d8eeeef3d6d84469df557836dd86192f0 (patch) | |
tree | 3a59e45b18ceb9d881faa255553f66fd804b4bd6 /test | |
parent | a7881d6b82326866c341d354027542cf48228033 (diff) |
Sets the default QP of deblock to 5 instead of 0. This way the filter actually does something when called without an option string besides copying input to output.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1758 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c index fa26909b7..9f83aa429 100644 --- a/test/test.c +++ b/test/test.c @@ -1539,7 +1539,7 @@ static void ShowHelp() " or\n" " <fast/slow/slower>\n" " -7, --deblock Deblock video with pp7 filter\n" - " <QP:M> (default 0:2)\n" + " <QP:M> (default 5:2)\n" " -8, --denoise Denoise video with hqdn3d filter\n" " <SL:SC:TL:TC> (default 4:3:6:4.5)\n" " or\n" |