diff ogg2.h @ 727:a827309802b5 libavformat

pre-c99 compatibility
author mru
date Sat, 09 Apr 2005 23:27:48 +0000
parents 17178af951b4
children 27449ee55201
line wrap: on
line diff
--- a/ogg2.h	Sat Apr 09 15:32:58 2005 +0000
+++ b/ogg2.h	Sat Apr 09 23:27:48 2005 +0000
@@ -55,7 +55,7 @@
     uint64_t pos;
     int curidx;
     struct ogg_state *next;
-    ogg_stream_t streams[];
+    ogg_stream_t streams[1];
 } ogg_state_t;
 
 typedef struct ogg {