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_ogg.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/demuxers/demux_ogg.c') diff --git a/src/demuxers/demux_ogg.c b/src/demuxers/demux_ogg.c index d83361c4b..2531b3fd8 100644 --- a/src/demuxers/demux_ogg.c +++ b/src/demuxers/demux_ogg.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: demux_ogg.c,v 1.54 2002/11/28 10:21:06 petli Exp $ + * $Id: demux_ogg.c,v 1.55 2002/12/08 21:43:51 miguelfreitas Exp $ * * demultiplexer for ogg streams * @@ -869,8 +869,6 @@ static void demux_ogg_send_headers (demux_plugin_t *this_gen) { this->stream->stream_info[XINE_STREAM_INFO_HAS_VIDEO] = this->num_video_streams>0; this->stream->stream_info[XINE_STREAM_INFO_HAS_AUDIO] = this->num_audio_streams>0; - - xine_demux_control_headers_done (this->stream); } static int demux_ogg_seek (demux_plugin_t *this_gen, -- cgit v1.2.3