Re: [libav-devel] [PATCH 09/15] vorbisdec: do not discard the first decoded frame

2012-09-21 Thread Justin Ruggles
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

Re: [libav-devel] [PATCH 09/15] vorbisdec: do not discard the first decoded frame

2012-09-20 Thread Luca Barbato
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

[libav-devel] [PATCH 09/15] vorbisdec: do not discard the first decoded frame

2012-09-19 Thread Justin Ruggles
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