changeset 17427:ac53dc3093a7

Push "Building audio filter chain" up to verbose level.
author diego
date Thu, 19 Jan 2006 00:08:09 +0000
parents d44dcced24ab
children 28d1d1b44e20
files libmpcodecs/dec_audio.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/dec_audio.c	Wed Jan 18 23:58:38 2006 +0000
+++ b/libmpcodecs/dec_audio.c	Thu Jan 19 00:08:09 2006 +0000
@@ -306,7 +306,7 @@
   // filter config:  
   memcpy(&afs->cfg,&af_cfg,sizeof(af_cfg_t));
   
-  mp_msg(MSGT_DECAUDIO, MSGL_INFO, MSGTR_BuildingAudioFilterChain,
+  mp_msg(MSGT_DECAUDIO, MSGL_V, MSGTR_BuildingAudioFilterChain,
       afs->input.rate,afs->input.nch,af_fmt2str_short(afs->input.format),
       afs->output.rate,afs->output.nch,af_fmt2str_short(afs->output.format));