X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Foggdec.h;h=e9a300dd9e59810885e4928c8c274593b99a1ea8;hb=1e7a92f219a8e245128773491346d64c1e6c85fa;hp=2a22946099e7f29033a31e60f31da624d16740a7;hpb=24d06cb2089fbe74912e82d613b8c166be1386a8;p=ffmpeg diff --git a/libavformat/oggdec.h b/libavformat/oggdec.h index 2a22946099e..e9a300dd9e5 100644 --- a/libavformat/oggdec.h +++ b/libavformat/oggdec.h @@ -100,6 +100,7 @@ struct ogg { int nstreams; int headers; int curidx; + int64_t page_pos; ///< file offset of the current page struct ogg_state *state; };