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 { ...@@ -37,7 +37,7 @@ typedef union SuperBlock {
typedef struct CodeBook { typedef struct CodeBook {
unsigned depth; unsigned depth;
unsigned size; unsigned size;
MacroBlock blocks[]; MacroBlock blocks[0];
} CodeBook; } CodeBook;
typedef struct Escape124Context { 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