mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Move av_read_frame_flush() prototype to lavf/internal.h
Originally committed as revision 22268 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ddb8c2c0f1
commit
e16c73e67e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user