diff oggdec.h @ 5808:9145ca829bce libavformat

oggdec: Save offset of the page needed to reconstruct the current packet
author conrad
date Thu, 11 Mar 2010 07:17:24 +0000
parents 37e2c3e635b3
children d090202af37d
line wrap: on
line diff
--- a/oggdec.h	Wed Mar 10 22:21:39 2010 +0000
+++ b/oggdec.h	Thu Mar 11 07:17:24 2010 +0000
@@ -66,6 +66,8 @@
     uint64_t granule;
     int64_t lastpts;
     int64_t lastdts;
+    int64_t sync_pos;   ///< file offset of the first page needed to reconstruct the current packet
+    int64_t page_pos;   ///< file offset of the current page
     int flags;
     const struct ogg_codec *codec;
     int header;