Commit 964e4998 authored by arpi_esp's avatar arpi_esp

postprocessing array increased to handle HDTV resolutions (1920x1152)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@206 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2d959f20
...@@ -239,8 +239,8 @@ void avcodec_register_all(void); ...@@ -239,8 +239,8 @@ void avcodec_register_all(void);
#ifdef FF_POSTPROCESS #ifdef FF_POSTPROCESS
#ifndef MBC #ifndef MBC
#define MBC 48 #define MBC 120
#define MBR 36 #define MBR 72
#endif #endif
extern int quant_store[MBR+1][MBC+1]; // [Review] extern int quant_store[MBR+1][MBC+1]; // [Review]
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment