[FFmpeg-soc] [soc]: r4662 - seek_api/avformat.h

spyfeng subversion at mplayerhq.hu
Sat Jul 11 19:10:25 CEST 2009


Author: spyfeng
Date: Sat Jul 11 19:10:25 2009
New Revision: 4662

Log:
add av_read_frame_flush() in avformat.h

Modified:
   seek_api/avformat.h

Modified: seek_api/avformat.h
==============================================================================
--- seek_api/avformat.h	Sat Jul 11 19:07:15 2009	(r4661)
+++ seek_api/avformat.h	Sat Jul 11 19:10:25 2009	(r4662)
@@ -835,7 +835,11 @@ int av_find_stream_info(AVFormatContext 
  */
 int av_read_packet(AVFormatContext *s, AVPacket *pkt);
 
+/**
+ * Flush the frame reader. *
+ */
 void av_read_frame_flush(AVFormatContext *s);
+
 /**
  * Returns the next frame of a stream.
  *


More information about the FFmpeg-soc mailing list