From 8e59691b2a3296f45355e8da5455bd203a64243d Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Fri, 7 Mar 2003 12:51:47 +0000 Subject: more work on console output cleanup CVS patchset: 4357 CVS date: 2003/03/07 12:51:47 --- src/xine-engine/audio_decoder.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/xine-engine/audio_decoder.c') diff --git a/src/xine-engine/audio_decoder.c b/src/xine-engine/audio_decoder.c index 930654ef0..9d9bddf26 100644 --- a/src/xine-engine/audio_decoder.c +++ b/src/xine-engine/audio_decoder.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: audio_decoder.c,v 1.102 2003/01/14 00:10:28 miguelfreitas Exp $ + * $Id: audio_decoder.c,v 1.103 2003/03/07 12:51:48 guenter Exp $ * * * functions that implement audio decoding @@ -165,8 +165,9 @@ void *audio_decoder_loop (void *stream_gen) { case BUF_CONTROL_AUDIO_CHANNEL: { - printf ("audio_decoder: suggested switching to stream_id %02x\n", - buf->decoder_info[0]); + if (stream->xine->verbosity >= XINE_VERBOSITY_DEBUG) + printf ("audio_decoder: suggested switching to stream_id %02x\n", + buf->decoder_info[0]); stream->audio_channel_auto = buf->decoder_info[0] & 0xff; } break; -- cgit v1.2.3