Commit dfb83da3 authored by mru's avatar mru

Move av_read_frame_flush() prototype to lavf/internal.h

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22268 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c19f8bf7
......@@ -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 */
......@@ -25,7 +25,6 @@
// NOTE: implementation should be moved here in another patch, to keep patches
// separated.
extern void av_read_frame_flush(AVFormatContext *s);
/**
* helper structure describing keyframe search state of one stream
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment