summaryrefslogtreecommitdiff
path: root/libavformat/ogg2.h
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2005-04-09 23:27:48 +0000
committerMåns Rullgård <mans@mansr.com>2005-04-09 23:27:48 +0000
commitad3aa8745633e162cd1b79fbbaba44bc34af9b58 (patch)
tree81799fb849e13d403d21238cc3bd04f4a8957c9f /libavformat/ogg2.h
parenta0a74ad9f0f18b276b0f3581c533f19e598b7eac (diff)
pre-c99 compatibility
Originally committed as revision 4116 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/ogg2.h')
-rw-r--r--libavformat/ogg2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/ogg2.h b/libavformat/ogg2.h
index b1146e314c..f397a57197 100644
--- a/libavformat/ogg2.h
+++ b/libavformat/ogg2.h
@@ -55,7 +55,7 @@ typedef struct ogg_state {
uint64_t pos;
int curidx;
struct ogg_state *next;
- ogg_stream_t streams[];
+ ogg_stream_t streams[1];
} ogg_state_t;
typedef struct ogg {