提交 2c029cd1 编写于 作者: A Arpi

postprocess array increased to handle images up to 2048x1536

Originally committed as revision 407 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 91029be7
...@@ -332,8 +332,8 @@ void avcodec_register_all(void); ...@@ -332,8 +332,8 @@ void avcodec_register_all(void);
#ifdef FF_POSTPROCESS #ifdef FF_POSTPROCESS
#ifndef MBC #ifndef MBC
#define MBC 48 #define MBC 128
#define MBR 36 #define MBR 96
#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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册