diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-01-13 21:23:11 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-01-15 20:19:28 +0100 |
commit | c5cf58d4b9b04cee1487a3095b83300791c21f15 (patch) | |
tree | ba6d882ca65915f67899061d00a3ee062a8df1f2 /libavformat/oggdec.h | |
parent | 778069c8325514518712d194749577b3451b4125 (diff) | |
download | ffmpeg-c5cf58d4b9b04cee1487a3095b83300791c21f15.tar.gz |
oggdec: resync from the last page.
Previously we re synced from where we where which cam lead
to loosing pages.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/oggdec.h')
-rw-r--r-- | libavformat/oggdec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/oggdec.h b/libavformat/oggdec.h index 2a22946099..e9a300dd9e 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; }; |