mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-07-01 12:19:24 +00:00
Previously they would only be used with trivial filtergraphs, because filters did not handle frame durations. That is no longer true - most filters process frame durations properly (there may still be some that don't - this change will help finding and fixing them). Improves output video frame durations in a number of FATE tests.