From 4ba751b96f31b7cba5dd51d3f47fad6d565222f1 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Wed, 17 Jul 2002 18:17:48 +0000 Subject: stop sending audio parameters all the time CVS patchset: 2304 CVS date: 2002/07/17 18:17:48 --- src/demuxers/demux_smjpeg.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/demuxers/demux_smjpeg.c') diff --git a/src/demuxers/demux_smjpeg.c b/src/demuxers/demux_smjpeg.c index 6a55c935f..d9cc2fa0b 100644 --- a/src/demuxers/demux_smjpeg.c +++ b/src/demuxers/demux_smjpeg.c @@ -21,7 +21,7 @@ * For more information on the SMJPEG file format, visit: * http://www.lokigames.com/development/smjpeg.php3 * - * $Id: demux_smjpeg.c,v 1.3 2002/07/14 22:27:25 miguelfreitas Exp $ + * $Id: demux_smjpeg.c,v 1.4 2002/07/17 18:17:49 miguelfreitas Exp $ */ #ifdef HAVE_CONFIG_H @@ -156,9 +156,6 @@ static void *demux_smjpeg_loop (void *this_gen) { if (chunk_tag == sndD_TAG) { buf = this->audio_fifo->buffer_pool_alloc (this->audio_fifo); buf->type = this->audio_type; - buf->decoder_info[1] = this->audio_sample_rate; - buf->decoder_info[2] = this->audio_bits; - buf->decoder_info[3] = this->audio_channels; } else { buf = this->video_fifo->buffer_pool_alloc (this->video_fifo); buf->type = this->video_type; -- cgit v1.2.3