[libav-devel] [PATCH] mov: Add option to keep packet order after seeking

2015-03-16 Thread Derek Buitenhuis
The current behavior may produce packets in a different order after seeking, compared to demuxing linearly from the beginning. This is because the MOV demuxer seeks in each stream based on timestamp, which may not necessarily match the original packet order. This makes implementing certain

Re: [libav-devel] [PATCH] mov: Add option to keep packet order after seeking

2015-03-16 Thread Martin Storsjö
On Mon, 16 Mar 2015, Derek Buitenhuis wrote: The current behavior may produce packets in a different order after seeking, compared to demuxing linearly from the beginning. This is because the MOV demuxer seeks in each stream based on timestamp, which may not necessarily match the original