diff libaf/af_format.c @ 7571:8819fdf88b5d

Adding support for multiple audio streams and removing annoying message from resample and format
author anders
date Tue, 01 Oct 2002 12:53:30 +0000
parents d08513b9fed6
children c67328dd459a
line wrap: on
line diff
--- a/libaf/af_format.c	Tue Oct 01 09:20:27 2002 +0000
+++ b/libaf/af_format.c	Tue Oct 01 12:53:30 2002 +0000
@@ -97,7 +97,7 @@
     }
     af->data->bps=((af_data_t*)arg)->bps; 
 
-    mp_msg(MSGT_AFILTER,MSGL_STATUS,"[format] Changing number sample format to 0x%08X and/or bytes per sample to %i \n",af->data->format,af->data->bps);
+    mp_msg(MSGT_AFILTER,MSGL_V,"[format] Changing number sample format to 0x%08X and/or bytes per sample to %i \n",af->data->format,af->data->bps);
     return AF_OK;
   }
   return AF_UNKNOWN;