mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
postprocessing array increased to handle HDTV resolutions (1920x1152)
Originally committed as revision 206 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4aecdf910f
commit
ebbe52f1da
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user