This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
postprocess array increased to handle images up to 2048x1536
Originally committed as revision 407 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Arpi
23 years ago
parent
91029be790
commit
2c029cd19d
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
libavcodec/avcodec.h
+ 2
- 2
libavcodec/avcodec.h
View File
@@ -332,8 +332,8 @@ void avcodec_register_all(void);
#ifdef FF_POSTPROCESS
#ifndef MBC
#define MBC
4
8
#define MBR
3
6
#define MBC
12
8
#define MBR
9
6
#endif
extern int quant_store[MBR+1][MBC+1]; // [Review]
#endif
Write
Preview
Loading…
Cancel
Save