diff utils.c @ 5139:9b2d2f4aa042 libavformat

Support for generic multi-stream key frame finding for new seek API.
author schreter
date Sat, 22 Aug 2009 16:05:43 +0000
parents 798a42ae722f
children 36b6bb08e0e2
line wrap: on
line diff
--- a/utils.c	Fri Aug 21 08:34:19 2009 +0000
+++ b/utils.c	Sat Aug 22 16:05:43 2009 +0000
@@ -1140,7 +1140,7 @@
 /**
  * Flush the frame reader.
  */
-static void av_read_frame_flush(AVFormatContext *s)
+void av_read_frame_flush(AVFormatContext *s)
 {
     AVStream *st;
     int i;