mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-05-07 11:33:04 +02:00
e205429fcf
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>