On 09/20/2012 04:03 AM, Luca Barbato wrote:
> On 09/20/2012 12:53 AM, Justin Ruggles wrote:
>> Due to seeking, the decoder should not assume anything about the ordering of
>> the packets. The first packet received could be in the middle of the stream,
>> or the user could seek back to the start of
On 09/20/2012 12:53 AM, Justin Ruggles wrote:
> Due to seeking, the decoder should not assume anything about the ordering of
> the packets. The first packet received could be in the middle of the stream,
> or the user could seek back to the start of the stream during decoding.
> ---
> libavcodec/v
Due to seeking, the decoder should not assume anything about the ordering of
the packets. The first packet received could be in the middle of the stream,
or the user could seek back to the start of the stream during decoding.
---
libavcodec/vorbisdec.c |7 ---
tests/fate/vorbis.mak | 20