summaryrefslogtreecommitdiffstats
path: root/libhb/deblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/deblock.c')
-rw-r--r--libhb/deblock.c2
1 files changed, 1 insertions, 1 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))