comparison internal.h @ 5853:cf00e196666a libavformat

rename av_read_frame_flush to ff_read_frame_flush it is an internal function, not part of public API
author aurel
date Mon, 15 Mar 2010 23:15:24 +0000
parents 36b46032fad5
children fd37c39041cd
comparison
equal deleted inserted replaced
5852:36b46032fad5 5853:cf00e196666a
33 * interleaved position using compare() function argument. 33 * interleaved position using compare() function argument.
34 */ 34 */
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 ff_read_frame_flush(AVFormatContext *s);
39 39
40 #define NTP_OFFSET 2208988800ULL 40 #define NTP_OFFSET 2208988800ULL
41 #define NTP_OFFSET_US (NTP_OFFSET * 1000000ULL) 41 #define NTP_OFFSET_US (NTP_OFFSET * 1000000ULL)
42 42
43 /** Gets the current time since NTP epoch in microseconds. */ 43 /** Gets the current time since NTP epoch in microseconds. */