From c3bc6096f234151a09f79c6d1c0360bc08dde9d8 Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Tue, 4 Oct 2011 23:43:59 -0700 Subject: mpegts: Add support for multiple mp4 descriptors --- libavformat/wtv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/wtv.c') diff --git a/libavformat/wtv.c b/libavformat/wtv.c index 4defc14e3c..f848968d72 100644 --- a/libavformat/wtv.c +++ b/libavformat/wtv.c @@ -837,7 +837,7 @@ static int parse_chunks(AVFormatContext *s, int mode, int64_t seekts, int *len_p buf_size = FFMIN(len - consumed, sizeof(buf)); avio_read(pb, buf, buf_size); consumed += buf_size; - ff_parse_mpeg2_descriptor(s, st, 0, &pbuf, buf + buf_size, 0, 0, 0, 0); + ff_parse_mpeg2_descriptor(s, st, 0, &pbuf, buf + buf_size, NULL, 0, 0); } } else if (!ff_guidcmp(g, EVENTID_AudioTypeSpanningEvent)) { int stream_index = ff_find_stream_index(s, sid); -- cgit v1.2.3