From 180ace8c194d76ba780847ea5b4eb3e6adf5befb Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Sun, 8 Dec 2002 21:43:50 +0000 Subject: - get xine_demux_control_headers_done() out of the demuxers. i want to make sure we have a 1:1 mapping of sending and waiting for BUF_CONTROL_HEADERS_DONE.) - bring asf demuxer into a saner state when seeking. that fixes the problem of wrong audio pts and hanging audio_out on huge sleeps (at least for asf). CVS patchset: 3465 CVS date: 2002/12/08 21:43:50 --- src/demuxers/demux_yuv4mpeg2.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/demuxers/demux_yuv4mpeg2.c') diff --git a/src/demuxers/demux_yuv4mpeg2.c b/src/demuxers/demux_yuv4mpeg2.c index 7a5efa641..41fad5b6e 100644 --- a/src/demuxers/demux_yuv4mpeg2.c +++ b/src/demuxers/demux_yuv4mpeg2.c @@ -22,7 +22,7 @@ * tools, visit: * http://mjpeg.sourceforge.net/ * - * $Id: demux_yuv4mpeg2.c,v 1.12 2002/11/28 10:21:08 petli Exp $ + * $Id: demux_yuv4mpeg2.c,v 1.13 2002/12/08 21:43:52 miguelfreitas Exp $ */ #ifdef HAVE_CONFIG_H @@ -258,8 +258,6 @@ static void demux_yuv4mpeg2_send_headers(demux_plugin_t *this_gen) { buf->size = sizeof(this->bih); buf->type = BUF_VIDEO_YV12; this->video_fifo->put (this->video_fifo, buf); - - xine_demux_control_headers_done (this->stream); } static int demux_yuv4mpeg2_seek (demux_plugin_t *this_gen, -- cgit v1.2.3