postprocessing array increased to handle HDTV resolutions (1920x1152)
authorArpi <arpi@thot.banki.hu>
Mon, 5 Nov 2001 18:23:31 +0000 (18:23 +0000)
committerArpi <arpi@thot.banki.hu>
Mon, 5 Nov 2001 18:23:31 +0000 (18:23 +0000)
Originally committed as revision 206 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/avcodec.h

index 832afdd..b85db2d 100644 (file)
@@ -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