diff avcodec.h @ 146:a4bd42a5d075 libavcodec

postprocessing array increased to handle HDTV resolutions (1920x1152)
author arpi_esp
date Mon, 05 Nov 2001 18:23:31 +0000
parents 1e4a4af694d1
children de80712db90b
line wrap: on
line diff
--- a/avcodec.h	Sat Nov 03 02:22:48 2001 +0000
+++ b/avcodec.h	Mon Nov 05 18:23:31 2001 +0000
@@ -239,8 +239,8 @@
 
 #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