From ebbe52f1da8af869e5210f2e68c80a80e2ff4659 Mon Sep 17 00:00:00 2001 From: Arpi Date: Mon, 5 Nov 2001 18:23:31 +0000 Subject: postprocessing array increased to handle HDTV resolutions (1920x1152) Originally committed as revision 206 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec') diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 832afdd0e4..b85db2d558 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -239,8 +239,8 @@ void avcodec_register_all(void); #ifdef FF_POSTPROCESS #ifndef MBC -#define MBC 48 -#define MBR 36 +#define MBC 120 +#define MBR 72 #endif extern int quant_store[MBR+1][MBC+1]; // [Review] #endif -- cgit v1.2.3