mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
Block a user