diff options
Diffstat (limited to 'contrib/ffmpeg/libavformat/ogg2.h')
-rw-r--r-- | contrib/ffmpeg/libavformat/ogg2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/ffmpeg/libavformat/ogg2.h b/contrib/ffmpeg/libavformat/ogg2.h index dd6f24aab..6b7c6b22e 100644 --- a/contrib/ffmpeg/libavformat/ogg2.h +++ b/contrib/ffmpeg/libavformat/ogg2.h @@ -57,6 +57,7 @@ typedef struct ogg_state { uint64_t pos; int curidx; struct ogg_state *next; + int nstreams; ogg_stream_t streams[1]; } ogg_state_t; |