summaryrefslogtreecommitdiff
path: root/libavformat/asf.h
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2010-03-02 16:03:06 +0000
committerReinhard Tartler <siretart@tauware.de>2010-03-02 16:03:06 +0000
commitc46038f6b78133f1d7b23100f41784bb7fdbbcac (patch)
treebad92c0e7ce992b9689ccf6398da4b3d8816e587 /libavformat/asf.h
parent306eefc49fc06d33fe9d9f950d99e0d88242e204 (diff)
fix 'seektest' againv0.5.1
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
Diffstat (limited to 'libavformat/asf.h')
-rw-r--r--libavformat/asf.h1
1 files changed, 0 insertions, 1 deletions
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