Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-01-14 00:23:11 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-01-15 23:19:28 +0400
commitc5cf58d4b9b04cee1487a3095b83300791c21f15 (patch)
treeba6d882ca65915f67899061d00a3ee062a8df1f2 /libavformat/oggdec.h
parent778069c8325514518712d194749577b3451b4125 (diff)
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.h1
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;
};