diff libmpcodecs/dec_audio.c @ 6138:523014df7d32

big cosmetics patch, cleanup of messages printed by mplayer and libs. some printf->mp_msg conversion, and some debug messages moved from warn/info to v/dbg2 mplayer's output is now shorter, readable and consistent
author arpi
date Mon, 20 May 2002 03:25:26 +0000
parents 4bae3caef7a9
children c16a5fe3008f
line wrap: on
line diff
--- a/libmpcodecs/dec_audio.c	Mon May 20 02:27:10 2002 +0000
+++ b/libmpcodecs/dec_audio.c	Mon May 20 03:25:26 2002 +0000
@@ -39,7 +39,7 @@
       return 0; // no such driver
   }
   
-  mp_msg(MSGT_DECAUDIO,MSGL_INFO,"Selecting Audio Decoder: [%s] %s\n",mpadec->info->short_name,mpadec->info->name);
+  mp_msg(MSGT_DECAUDIO,MSGL_INFO,"Opening audio decoder: [%s] %s\n",mpadec->info->short_name,mpadec->info->name);
 
   // reset in/out buffer size/pointer:
   sh_audio->a_buffer_size=0;