1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

oggdec: Pass packets to header() until the stream is done with them

This fixes some old ogm files that had the 3rd vorbis header after a data
packet in another stream. This is invalid in ogg, but this change shouldn't
affect the behaviour of any valid file.

Originally committed as revision 22478 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
David Conrad
2010-03-12 05:17:01 +00:00
parent 8730fad595
commit 81b743eb10
2 changed files with 6 additions and 10 deletions

View File

@@ -62,7 +62,6 @@ struct ogg_stream {
unsigned int pflags;
unsigned int pduration;
uint32_t serial;
uint32_t seq;
uint64_t granule;
int64_t lastpts;
int64_t lastdts;