comparison 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
comparison
equal deleted inserted replaced
5138:ad4e3a0bd4bd 5139:9b2d2f4aa042
1138 } 1138 }
1139 1139
1140 /** 1140 /**
1141 * Flush the frame reader. 1141 * Flush the frame reader.
1142 */ 1142 */
1143 static void av_read_frame_flush(AVFormatContext *s) 1143 void av_read_frame_flush(AVFormatContext *s)
1144 { 1144 {
1145 AVStream *st; 1145 AVStream *st;
1146 int i; 1146 int i;
1147 1147
1148 flush_packet_queue(s); 1148 flush_packet_queue(s);