]> git.sesse.net Git - ffmpeg/commit
fftools/ffmpeg: Disable copy_ts on timestamp wraparound
authorMichael Niedermayer <michael@niedermayer.cc>
Fri, 3 May 2019 11:38:57 +0000 (13:38 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 4 Apr 2020 20:09:46 +0000 (22:09 +0200)
commit64c59b626fa1cfd92703e99b85acc516d0d8ba0b
tree8c6fa3850bd30d0e7e8238cf1e43c86e18569294
parent88f95253e1afeb1516b21daf31bb78f496ef2fd4
fftools/ffmpeg: Disable copy_ts on timestamp wraparound

This allows handling more than 26.5h of mpeg* input

Fixes: Ticket 7876
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
fftools/ffmpeg.c