summaryrefslogtreecommitdiff
path: root/libavformat/internal.h
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2010-03-15 23:15:24 +0000
committerAurelien Jacobs <aurel@gnuage.org>2010-03-15 23:15:24 +0000
commit972ffe6220ac9100fee4140fedb27e24679425de (patch)
tree628f24ca7925023bb9b9d71565259b5a253d92a5 /libavformat/internal.h
parent588af13feec4c56dc2a1089420b5d7cf8e13e762 (diff)
rename av_read_frame_flush to ff_read_frame_flush
it is an internal function, not part of public API Originally committed as revision 22562 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r--libavformat/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h
index 43ad67dc44..1110ce8312 100644
--- a/libavformat/internal.h
+++ b/libavformat/internal.h
@@ -35,7 +35,7 @@ void ff_program_add_stream_index(AVFormatContext *ac, int progid, unsigned int i
void ff_interleave_add_packet(AVFormatContext *s, AVPacket *pkt,
int (*compare)(AVFormatContext *, AVPacket *, AVPacket *));
-void av_read_frame_flush(AVFormatContext *s);
+void ff_read_frame_flush(AVFormatContext *s);
#define NTP_OFFSET 2208988800ULL
#define NTP_OFFSET_US (NTP_OFFSET * 1000000ULL)