comparison 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
comparison
equal deleted inserted replaced
5806:cc7800226186 5807:f4ca0041b4f4
35 void ff_interleave_add_packet(AVFormatContext *s, AVPacket *pkt, 35 void ff_interleave_add_packet(AVFormatContext *s, AVPacket *pkt,
36 int (*compare)(AVFormatContext *, AVPacket *, AVPacket *)); 36 int (*compare)(AVFormatContext *, AVPacket *, AVPacket *));
37 37
38 void av_read_frame_flush(AVFormatContext *s); 38 void av_read_frame_flush(AVFormatContext *s);
39 39
40 /** Gets the current time since NTP epoch in microseconds. */
41 uint64_t ff_ntp_time(void);
42
40 #endif /* AVFORMAT_INTERNAL_H */ 43 #endif /* AVFORMAT_INTERNAL_H */