[FFmpeg-cvslog] r22268 - in trunk/libavformat: internal.h seek.c
mru
subversion
Sun Mar 7 00:19:05 CET 2010
Author: mru
Date: Sun Mar 7 00:19:05 2010
New Revision: 22268
Log:
Move av_read_frame_flush() prototype to lavf/internal.h
Modified:
trunk/libavformat/internal.h
trunk/libavformat/seek.c
Modified: trunk/libavformat/internal.h
==============================================================================
--- trunk/libavformat/internal.h Sat Mar 6 23:37:14 2010 (r22267)
+++ trunk/libavformat/internal.h Sun Mar 7 00:19:05 2010 (r22268)
@@ -35,4 +35,6 @@ void av_program_add_stream_index(AVForma
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 */
Modified: trunk/libavformat/seek.c
==============================================================================
--- trunk/libavformat/seek.c Sat Mar 6 23:37:14 2010 (r22267)
+++ trunk/libavformat/seek.c Sun Mar 7 00:19:05 2010 (r22268)
@@ -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
More information about the ffmpeg-cvslog
mailing list