search for: _pagein

Displaying 1 result from an estimated 1 matches for "_pagein".

Did you mean: _pageid
2000 Sep 13
1
my vorbis comments
...ng the page sizes together) should be the offset of the first sound page. I don't know if that's spec, but it's what vorbisfile does, so I took it as gospel. However, when _my_ program does it, I end up needing 1 more page than I should for that last packet. That is, I have to _pagein the first sound page before I can _packetout the last header packet. The only differences I have seen so far between vorbisfile and my program which are relevant to this problem is that vorbisfile uses ogg_sync_pageseek to get those pages, while I am using ogg_sync_pageout....