OSDN Git Service

Sets the default QP of deblock to 5 instead of 0. This way the filter actually does...
authorjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 24 Sep 2008 20:00:28 +0000 (20:00 +0000)
committerjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 24 Sep 2008 20:00:28 +0000 (20:00 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@1758 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/deblock.c
test/test.c

index 42b7d8c..dbc6690 100644 (file)
@@ -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))
index fa26909..9f83aa4 100644 (file)
@@ -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"