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. * _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
