comparison 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
comparison
equal deleted inserted replaced
5807:f4ca0041b4f4 5808:9145ca829bce
64 uint32_t serial; 64 uint32_t serial;
65 uint32_t seq; 65 uint32_t seq;
66 uint64_t granule; 66 uint64_t granule;
67 int64_t lastpts; 67 int64_t lastpts;
68 int64_t lastdts; 68 int64_t lastdts;
69 int64_t sync_pos; ///< file offset of the first page needed to reconstruct the current packet
70 int64_t page_pos; ///< file offset of the current page
69 int flags; 71 int flags;
70 const struct ogg_codec *codec; 72 const struct ogg_codec *codec;
71 int header; 73 int header;
72 int nsegs, segp; 74 int nsegs, segp;
73 uint8_t segments[255]; 75 uint8_t segments[255];