From c46038f6b78133f1d7b23100f41784bb7fdbbcac Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Tue, 2 Mar 2010 16:03:06 +0000 Subject: fix 'seektest' again backport r19270 by rbultje: Remove any reference to ASFContext.packet_size and replace it with AVFormatContext.packet_size. See "[PATCH] asf*.c/h: use AVFormatContext->packet_size instead of own copy" thread on ML. and r19361 by reimar: Check for packet_length 0, it is already treated as invalid by the padding check, but that resulted in a confusing/wrong error message. Originally committed as revision 22147 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 --- libavformat/asf.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/asf.h') diff --git a/libavformat/asf.h b/libavformat/asf.h index a36013bdd2..7e7225cae7 100644 --- a/libavformat/asf.h +++ b/libavformat/asf.h @@ -80,7 +80,6 @@ typedef struct { typedef struct { uint32_t seqno; - unsigned int packet_size; int is_streamed; int asfid2avid[128]; ///< conversion table from asf ID 2 AVStream ID ASFStream streams[128]; ///< it's max number and it's not that big -- cgit v1.2.3