]> git.sesse.net Git - ffmpeg/commit
rtpdec_asf: Set the no_resync_search option for the chained asf demuxer
authorMartin Storsjö <martin@martin.st>
Fri, 6 Apr 2012 13:58:48 +0000 (16:58 +0300)
committerMartin Storsjö <martin@martin.st>
Fri, 6 Apr 2012 22:01:08 +0000 (01:01 +0300)
commitd293e3464db647e72fffad50a678eca89546b65f
tree1e3669a27c24d857be7329586449bbac109369b1
parent75b7feaeb488e8bfa8ce9ba9958c0c6fa704f2ad
rtpdec_asf: Set the no_resync_search option for the chained asf demuxer

Searching for packet markers doesn't make sense for this use case,
where packets are fed one at a time to the demuxer.

This fixes playing back streams that have packets not starting
with the 0x82, 0x00, 0x00 marker.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/rtpdec_asf.c