Changeset d7b542ae in ffmpeg

Timestamp:
Feb 4, 2012, 6:13:29 PM (13 years ago)
Author:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Branches:
master
Children:
785d8a38
Parents:
7f8027b7
git-author:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> (02/04/12 14:27:34)
git-committer:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> (02/04/12 18:13:29)
Message:

Fix potential infinite discard loop.

Fixes trac issue #438.
Seeking in that sample would cause ogg_read_timestamp to fail
because ogg_packet would go into a state where all packets
of stream 1 would be discarded until the end of the stream.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>

(No files)

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