git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
pre-c99 compatibility
[ffmpeg.git]
/
libavformat
/
ogg2.h
diff --git
a/libavformat/ogg2.h
b/libavformat/ogg2.h
index
b1146e3
..
f397a57
100644
(file)
--- 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;
uint64_t pos;
int curidx;
struct ogg_state *next;
- ogg_stream_t streams[];
+ ogg_stream_t streams[
1
];
} ogg_state_t;
typedef struct ogg {
} ogg_state_t;
typedef struct ogg {