Displaying 1 result from an estimated 1 matches for "ogg_sync_packetout".
2009 Oct 08
0
Oggz 1.1.0 Release
...ds.
*/
oggz_off_t end_page_offset;
/** Number of pages this packet spans. */
int pages;
/**
* Index into begin_page's lacing values
* for the segment that begins this packet.
* NB. if begin_page is continued then the first
* of these packets will not be reported by
* ogg_sync_packetout() after a seek.
* -1 if unknown.
*/
int begin_segment_index;
} oggz_position;
Public API
----------
* Added <oggz/oggz_packet.h>: add oggz_packet definition, and
implement reader to return oggz_packet in OggzReadPacket callback.
* Updated shared version info to 8.0.6
Interna...