Commit 7cb1ca03 authored by arpi_esp's avatar arpi_esp

postprocess array increased to handle images up to 2048x1536


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@407 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent bd28dde2
......@@ -332,8 +332,8 @@ void avcodec_register_all(void);
#ifdef FF_POSTPROCESS
#ifndef MBC
#define MBC 48
#define MBR 36
#define MBC 128
#define MBR 96
#endif
extern int quant_store[MBR+1][MBC+1]; // [Review]
#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