summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorArpi <arpi@thot.banki.hu>2001-11-05 18:23:31 +0000
committerArpi <arpi@thot.banki.hu>2001-11-05 18:23:31 +0000
commitebbe52f1da8af869e5210f2e68c80a80e2ff4659 (patch)
tree7362b4ab7a610d415dc0ff7375c718c49278d83e /libavcodec
parent4aecdf910f997e7abe60e0da57052987d77a1f22 (diff)
postprocessing array increased to handle HDTV resolutions (1920x1152)
Originally committed as revision 206 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/avcodec.h4
1 files changed, 2 insertions, 2 deletions
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