]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/oggdec.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavformat / oggdec.h
index 184a628622c39eb9d4beb51b5fedf1d5f5cca50e..7f5452f2b094cc6e6b2a9195115e988faf59019a 100644 (file)
@@ -75,6 +75,7 @@ struct ogg_stream {
     int incomplete; ///< whether we're expecting a continuation in the next page
     int page_end;   ///< current packet is the last one completed in the page
     int keyframe_seek;
+    int got_start;
     void *private;
 };