summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libhb/deblock.c2
-rw-r--r--test/test.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libhb/deblock.c b/libhb/deblock.c
index 42b7d8c4c..dbc669031 100644
--- a/libhb/deblock.c
+++ b/libhb/deblock.c
@@ -20,7 +20,7 @@
#include "libavcodec/avcodec.h"
#include "mpeg2dec/mpeg2.h"
-#define PP7_QP_DEFAULT 0
+#define PP7_QP_DEFAULT 5
#define PP7_MODE_DEFAULT 2
#define XMIN(a,b) ((a) < (b) ? (a) : (b))
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"