diff internal.h @ 5807:f4ca0041b4f4 libavformat

Make the ntp_time function available to other parts of libavformat, as ff_ntp_time
author mstorsjo
date Wed, 10 Mar 2010 22:21:39 +0000
parents 66e85b4ca68a
children 2997c88028cd
line wrap: on
line diff
--- a/internal.h	Wed Mar 10 14:26:15 2010 +0000
+++ b/internal.h	Wed Mar 10 22:21:39 2010 +0000
@@ -37,4 +37,7 @@
 
 void av_read_frame_flush(AVFormatContext *s);
 
+/** Gets the current time since NTP epoch in microseconds. */
+uint64_t ff_ntp_time(void);
+
 #endif /* AVFORMAT_INTERNAL_H */