X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Foggdec.h;h=7f5452f2b094cc6e6b2a9195115e988faf59019a;hb=30bcd6a945ae296ef7b36a91cc21789a05de85d9;hp=184a628622c39eb9d4beb51b5fedf1d5f5cca50e;hpb=043d2affbbc124c6d802fe2989d9b1ed73825368;p=ffmpeg diff --git a/libavformat/oggdec.h b/libavformat/oggdec.h index 184a628622c..7f5452f2b09 100644 --- a/libavformat/oggdec.h +++ b/libavformat/oggdec.h @@ -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; };