diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c index f53ab8c541..5d9c9b5b4f 100644 --- a/libavformat/rmdec.c +++ b/libavformat/rmdec.c @@ -315,6 +315,21 @@ ff_rm_read_mdpr_codecdata (AVFormatContext *s, AVIOContext *pb, avpriv_set_pts_info(st, 64, 1, 1000); codec_pos = avio_tell(pb); v = avio_rb32(pb); + + if (v == MKBETAG('M', 'L', 'T', 'I')) { + int number_of_streams = avio_rb16(pb); + int number_of_mdpr; + int i; + for (i = 0; i