Changeset 6bd69e6a in ffmpeg

Timestamp:
Feb 8, 2011, 9:40:03 PM (14 years ago)
Author:
Mans Rullgard <mans@mansr.com>
Branches:
master
Children:
4d016dd4
Parents:
f59c4bd6
git-author:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> (02/05/11 16:32:35)
git-committer:
Mans Rullgard <mans@mansr.com> (02/08/11 21:40:03)
Message:

oggdec: Fix incorrect assumption about header/data interleaving

Currently (since the data_offset fix) the ogg demuxer assumes that
after the first non-header packets in any stream no more header packets
will follow.
This is not guaranteed, so change the code back again to wait until it
has finished the headers for all streams before returning from ogg_get_headers.

This fixes issue 2428.

Signed-off-by: Mans Rullgard <mans@mansr.com>

(No files)

Note: See TracChangeset for help on using the changeset viewer.