From 81b743eb1026547270b88ac6a5cb451a3907ee94 Mon Sep 17 00:00:00 2001 From: David Conrad Date: Fri, 12 Mar 2010 05:17:01 +0000 Subject: 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 --- libavformat/oggdec.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/oggdec.h') diff --git a/libavformat/oggdec.h b/libavformat/oggdec.h index e404e586ff..1aecd83d5a 100644 --- a/libavformat/oggdec.h +++ b/libavformat/oggdec.h @@ -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; -- cgit v1.2.3