]> git.sesse.net Git - ffmpeg/commit
ffmpeg: use timestamp from before and after the decoder to detect backward moving...
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 22 Dec 2013 18:42:13 +0000 (19:42 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 22 Dec 2013 18:48:00 +0000 (19:48 +0100)
commit88956f73f29c9f066718b4c83bb628872990b879
tree6dfc76b074a64fcbbc137cbc8013577bf879c3a8
parentde2a2caf4dedb28a959d0ff6f02751bb6c3ff033
ffmpeg: use timestamp from before and after the decoder to detect backward moving dts for discontinuity detection

This should make discontinuity detection more robust and detect
more cases. Timestamps after the decoder can be delayed due to threads,
timestamps before can be missing

no testcase available/known

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
ffmpeg.c