decoder/ffmpeg: detect and fix negative time stamps

Works around assertion failure due to something that appears to be a
(minor) FFmpeg bug.
This commit is contained in:
Max Kellermann
2014-12-11 10:50:20 +01:00
parent d8351772d3
commit fa4beeee75
2 changed files with 9 additions and 4 deletions

2
NEWS
View File

@@ -1,4 +1,6 @@
ver 0.18.21 (not yet released)
* decoder
- ffmpeg: fix time stamp underflow
ver 0.18.20 (2014/12/08)
* decoder