Commit 1354fa64 authored by Michael Niedermayer's avatar Michael Niedermayer

help gcc-2.95

Originally committed as revision 12652 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent cea0ac52
......@@ -37,7 +37,7 @@ typedef union SuperBlock {
typedef struct CodeBook {
unsigned depth;
unsigned size;
MacroBlock blocks[];
MacroBlock blocks[0];
} CodeBook;
typedef struct Escape124Context {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment