]> git.sesse.net Git - ffmpeg/commit
avfilter/avf_showcqt: use av_gettime_relative() instead of av_gettime()
authorMarton Balint <cus@passwd.hu>
Sat, 6 Feb 2021 09:17:30 +0000 (10:17 +0100)
committerMarton Balint <cus@passwd.hu>
Sat, 27 Feb 2021 20:30:41 +0000 (21:30 +0100)
commit84094f017eba045dbb8643c1e0617c235e4f78df
treeabaac165d264de1697ae486c4d6c1f053b792293
parentb69c91bbee4e07fe7ae0046fd3ddda37edee7035
avfilter/avf_showcqt: use av_gettime_relative() instead of av_gettime()

av_gettime_relative() is using the monotonic clock therefore more suitable for
relative time calculations.

Signed-off-by: Marton Balint <cus@passwd.hu>
libavfilter/avf_showcqt.c