From 2175b5735fdf4bdfa97f446ee110ab51f4158d21 Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Sun, 19 Jan 2003 23:33:33 +0000 Subject: eliminate "vital stats" printout, long obsoleted by UI's info dialog facilities CVS patchset: 3974 CVS date: 2003/01/19 23:33:33 --- src/demuxers/demux_aiff.c | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'src/demuxers/demux_aiff.c') diff --git a/src/demuxers/demux_aiff.c b/src/demuxers/demux_aiff.c index df38a3312..d8660ad21 100644 --- a/src/demuxers/demux_aiff.c +++ b/src/demuxers/demux_aiff.c @@ -19,7 +19,7 @@ * * AIFF File Demuxer by Mike Melanson (melanson@pcisys.net) * - * $Id: demux_aiff.c,v 1.25 2003/01/17 16:52:33 miguelfreitas Exp $ + * $Id: demux_aiff.c,v 1.26 2003/01/19 23:33:33 tmmm Exp $ * */ @@ -416,18 +416,6 @@ static demux_plugin_t *open_plugin (demux_class_t *class_gen, xine_stream_t *str strncpy (this->last_mrl, input->get_mrl (input), 1024); - /* print vital stats */ - xine_log(this->stream->xine, XINE_LOG_MSG, - _("demux_aiff: %d Hz, %d channels, %d bits, %d frames\n"), - this->audio_sample_rate, - this->audio_channels, - this->audio_bits, - this->audio_frames); - xine_log(this->stream->xine, XINE_LOG_MSG, - _("demux_aiff: running time: %d min, %d sec\n"), - this->running_time / 60, - this->running_time % 60); - return &this->demux_plugin; } -- cgit v1.2.3