mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
postprocess array increased to handle images up to 2048x1536
Originally committed as revision 407 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
91029be790
commit
2c029cd19d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user