]> git.sesse.net Git - ffmpeg/commit
avformat/oggdec: dont read timestamps from EOS pages of ogm videos
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 4 Jan 2014 16:33:59 +0000 (17:33 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 4 Jan 2014 17:39:42 +0000 (18:39 +0100)
commit5e0c7eab2a9d43e6e3be967ec1a6b04a3e0328da
tree9121362e85a587ff732847d1321ac35857db30f8
parent863f4c3c7170270f78049e390670d2b83fbe67d3
avformat/oggdec: dont read timestamps from EOS pages of ogm videos

Some muxers store invalid timestamps there, which breaks seeking
Fixes Ticket2739

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