mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-01-25 14:18:35 +08:00
Whenever av_gettime() is used to measure relative period of time, av_gettime_relative() is prefered as it guarantee monotonic time on supported platforms. Signed-off-by: Martin Storsjö <martin@martin.st>