summaryrefslogtreecommitdiff
path: root/libavformat/internal.h
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-06 23:19:05 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-06 23:19:05 +0000
commite16c73e67ecea3309ea6c404eda002a8703aecbd (patch)
tree8615576017d01c282cb712069b68d58eece4c636 /libavformat/internal.h
parentddb8c2c0f135100387114727000f4c1e3d52c9a9 (diff)
Move av_read_frame_flush() prototype to lavf/internal.h
Originally committed as revision 22268 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r--libavformat/internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h
index 15f4dd7848..685b550673 100644
--- a/libavformat/internal.h
+++ b/libavformat/internal.h
@@ -35,4 +35,6 @@ void av_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);
+
#endif /* AVFORMAT_INTERNAL_H */