mirror of https://git.ffmpeg.org/ffmpeg.git
help gcc-2.95
Originally committed as revision 12652 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
cea0ac526e
commit
1354fa6442
|
@ -37,7 +37,7 @@ typedef union SuperBlock {
|
|||
typedef struct CodeBook {
|
||||
unsigned depth;
|
||||
unsigned size;
|
||||
MacroBlock blocks[];
|
||||
MacroBlock blocks[0];
|
||||
} CodeBook;
|
||||
|
||||
typedef struct Escape124Context {
|
||||
|
|
Loading…
Reference in New Issue