]> git.sesse.net Git - ffmpeg/commit
avformat/mpegts: Continue parsing PMTs until at least 2 streams are found or 100kb...
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 29 Jan 2014 04:44:03 +0000 (05:44 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 29 Jan 2014 04:44:03 +0000 (05:44 +0100)
commit29986885ef7d87b009ed923fe721fbb6ccb9e398
tree1491111ba6e9b64832dd19eb93ac75316b13b639
parentad61419bbffa37a9bc395f0a53ce7e1b40f68e4d
avformat/mpegts: Continue parsing PMTs until at least 2 streams are found or 100kb are reached

This (ugly) hack fixes Ticket3348
If someone has an idea on how to fix this nicer, that would be very welcome
but the stream contains several PMTs with just one of the 2 streams at the start

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/mpegts.c