Searched refs:lastgp (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Doggdec.h48 uint64_t granule, lastgp; member in struct:ogg_stream
H A Doggdec.c119 os->lastgp = -1;
291 os->lastgp = os->granule;
521 if (os->lastgp != -1LL){
522 pkt->pts = ogg_gptopts (s, idx, os->lastgp);
523 os->lastgp = -1;

Completed in 42 milliseconds