OSDN Git Service

LinGui: Store the activity log in the users config dir instead of PWD.
[handbrake-jp/handbrake-jp-git.git] / libhb / deblock.c
index dbf39c6..dbc6690 100644 (file)
 */
 
 #include "hb.h"
-#include "ffmpeg/avcodec.h"
+#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))