[FFmpeg-cvslog] lavu: Set default FF_TIMER_UNITS to "ns"
Nathan E. Egge
git at videolan.org
Mon Aug 5 21:19:10 EEST 2024
ffmpeg | branch: master | Nathan E. Egge <unlord at xiph.org> | Mon Jul 29 19:13:13 2024 +0000| [ba88e8174a84858858f4575356b377b88506e2f2] | committer: Rémi Denis-Courmont
lavu: Set default FF_TIMER_UNITS to "ns"
Signed-off-by: Nathan E. Egge <unlord at xiph.org>
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ba88e8174a84858858f4575356b377b88506e2f2
---
libavutil/timer.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavutil/timer.h b/libavutil/timer.h
index 663daf81c6..03706b0d10 100644
--- a/libavutil/timer.h
+++ b/libavutil/timer.h
@@ -80,6 +80,7 @@
return ts.tv_sec * INT64_C(1000000000) + ts.tv_nsec;
}
# define AV_READ_TIME ff_read_time
+# define FF_TIMER_UNITS "ns"
# endif
#endif
More information about the ffmpeg-cvslog
mailing list