mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
This is to reapply18217bb0f5. Its commit msg is still meaningful: "Using the max instead of the min avoids the progress stopping with gaps in sparse streams (subtitles)." Also on a very similar issue: currently, a single stream with no data makes ffmpeg reports N/A for both time and speed. Fix this by ignoring missing dtses. Fix regressions sinced119ae2fd8. Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris>