From 08d555e78f5c4c0cad85a906a4759f9234f89ee4 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Thu, 1 Aug 2002 04:28:05 +0000 Subject: ops, debug printf doesn't belong to cvs! CVS patchset: 2378 CVS date: 2002/08/01 04:28:05 --- src/demuxers/demux_qt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/demuxers/demux_qt.c b/src/demuxers/demux_qt.c index f0b284657..461b949aa 100644 --- a/src/demuxers/demux_qt.c +++ b/src/demuxers/demux_qt.c @@ -30,7 +30,7 @@ * build_frame_table * free_qt_info * - * $Id: demux_qt.c,v 1.76 2002/08/01 04:23:20 miguelfreitas Exp $ + * $Id: demux_qt.c,v 1.77 2002/08/01 04:28:05 miguelfreitas Exp $ * */ @@ -1558,7 +1558,6 @@ static int demux_qt_start (demux_plugin_t *this_gen, /* send header info to decoder. some mpeg4 streams need this */ if( this->qt->video_decoder_config ) { -printf("demux_qt: sending %d bytes of decoder_config\n",this->qt->video_decoder_config_len); buf = this->video_fifo->buffer_pool_alloc (this->video_fifo); buf->type = this->qt->video_type; buf->size = this->qt->video_decoder_config_len; -- cgit v1.2.3