# HG changeset patch # User mru # Date 1267917545 0 # Node ID 058a0e362dbe47e0a24fcc38033c9f3c23646d3a # Parent 8ba33938e06f403f788d43839bab1fd90acfa1f2 Move av_read_frame_flush() prototype to lavf/internal.h diff -r 8ba33938e06f -r 058a0e362dbe internal.h --- a/internal.h Sat Mar 06 22:36:36 2010 +0000 +++ b/internal.h Sat Mar 06 23:19:05 2010 +0000 @@ -35,4 +35,6 @@ 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 */ diff -r 8ba33938e06f -r 058a0e362dbe seek.c --- a/seek.c Sat Mar 06 22:36:36 2010 +0000 +++ b/seek.c Sat Mar 06 23:19:05 2010 +0000 @@ -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