mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-07-03 10:03:20 +00: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>