diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index 031c460dd6..921ddd5e39 100644 --- a/libavformat/mpegts.c +++ b/libavformat/mpegts.c @@ -528,6 +528,7 @@ static const StreamType DESC_types[] = { { 0x7a, CODEC_TYPE_AUDIO, CODEC_ID_EAC3 }, /* E-AC-3 descriptor */ { 0x7b, CODEC_TYPE_AUDIO, CODEC_ID_DTS }, { 0x59, CODEC_TYPE_SUBTITLE, CODEC_ID_DVB_SUBTITLE }, /* subtitling descriptor */ + { 0 }, }; static void mpegts_find_stream_type(AVStream *st,