comparison oggdec.h @ 5276:5de92e352cf9 libavformat

Calculate correct packet durations when demuxing Ogg/Speex. This involves determining if there is any delay in the first packet and/or any truncation in the final packet.
author jbr
date Mon, 12 Oct 2009 21:30:03 +0000
parents 3aabdadf9d5f
children 68c8e7affd44
comparison
equal deleted inserted replaced
5275:53245f639fe5 5276:5de92e352cf9
48 unsigned int bufsize; 48 unsigned int bufsize;
49 unsigned int bufpos; 49 unsigned int bufpos;
50 unsigned int pstart; 50 unsigned int pstart;
51 unsigned int psize; 51 unsigned int psize;
52 unsigned int pflags; 52 unsigned int pflags;
53 unsigned int pduration;
53 uint32_t serial; 54 uint32_t serial;
54 uint32_t seq; 55 uint32_t seq;
55 uint64_t granule, lastgp; 56 uint64_t granule, lastgp;
56 int flags; 57 int flags;
57 const struct ogg_codec *codec; 58 const struct ogg_codec *codec;