Re: Getting samples in a packet without decoding

Brendan Bolles <[email protected]> Wed, 6 Aug 2014 11:51:20 -0700
Newsgroups gmane.comp.multimedia.ogg.vorbis.devel
Message-ID <[email protected]>
On Aug 5, 2014, at 9:03 PM, [email protected] wrote:

> The first packet after any decode [re]start will not return samples.


Thanks for the help, Monty, I think I've got it all squared away.  For playback applications it probably doesn't matter if you're off a few samples, but for a video editor it asks for samples in random order, so if they don't line up you get little pops.

I'm sure you're anxious to see the result, so here:

https://github.com/fnordware/AdobeWebM/commit/b5158ff1bed1bdd353e64347053a5182cd95f530


Brendan