diff options
author | Arpi <arpi@thot.banki.hu> | 2001-11-05 18:23:31 +0000 |
---|---|---|
committer | Arpi <arpi@thot.banki.hu> | 2001-11-05 18:23:31 +0000 |
commit | ebbe52f1da8af869e5210f2e68c80a80e2ff4659 (patch) | |
tree | 7362b4ab7a610d415dc0ff7375c718c49278d83e | |
parent | 4aecdf910f997e7abe60e0da57052987d77a1f22 (diff) | |
download | ffmpeg-ebbe52f1da8af869e5210f2e68c80a80e2ff4659.tar.gz |
postprocessing array increased to handle HDTV resolutions (1920x1152)
Originally committed as revision 206 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/avcodec.h | 4 |
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 |