diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-03-15 23:15:24 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-03-15 23:15:24 +0000 |
commit | 972ffe6220ac9100fee4140fedb27e24679425de (patch) | |
tree | 628f24ca7925023bb9b9d71565259b5a253d92a5 /libavformat/internal.h | |
parent | 588af13feec4c56dc2a1089420b5d7cf8e13e762 (diff) | |
download | ffmpeg-972ffe6220ac9100fee4140fedb27e24679425de.tar.gz |
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.h | 2 |
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) |