help gcc-2.95

Originally committed as revision 12652 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2008-03-31 16:43:27 +00:00
parent cea0ac526e
commit 1354fa6442
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ typedef union SuperBlock {
typedef struct CodeBook {
unsigned depth;
unsigned size;
MacroBlock blocks[];
MacroBlock blocks[0];
} CodeBook;
typedef struct Escape124Context {