Mercurial > libavformat.hg
changeset 5761:058a0e362dbe libavformat
Move av_read_frame_flush() prototype to lavf/internal.h
author | mru |
---|---|
date | Sat, 06 Mar 2010 23:19:05 +0000 |
parents | 8ba33938e06f |
children | 87a2727fd609 |
files | internal.h seek.c |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 */
--- 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