[FFmpeg-soc] [soc]: r4660 - seek_api/utils.c

spyfeng subversion at mplayerhq.hu
Sat Jul 11 19:05:12 CEST 2009


Author: spyfeng
Date: Sat Jul 11 19:05:12 2009
New Revision: 4660

Log:
remove static in order to use av_read_frame_flush() in other files.

Modified:
   seek_api/utils.c

Modified: seek_api/utils.c
==============================================================================
--- seek_api/utils.c	Sat Jul 11 19:03:08 2009	(r4659)
+++ seek_api/utils.c	Sat Jul 11 19:05:12 2009	(r4660)
@@ -1129,7 +1129,7 @@ int av_find_default_stream_index(AVForma
 /**
  * Flush the frame reader.
  */
-static void av_read_frame_flush(AVFormatContext *s)
+void av_read_frame_flush(AVFormatContext *s)
 {
     AVStream *st;
     int i;


More information about the FFmpeg-soc mailing list