From 3a406e94d77b06d75e670cf1ed8ae9c52e207e0a Mon Sep 17 00:00:00 2001 From: reynaldo Date: Mon, 24 Apr 2006 07:20:34 +0000 Subject: Get ride of the several if(identify) messy lines and rearangment of some of the output, both patches by Kiriuja mplayer-patches AT en-directo_net, his changes are barely unrelated, nevertheless Im commiting them thogeter just for the sake of my mental healt, I had both patches already applied on my local three git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18238 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libao2/audio_out.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libao2/audio_out.c') diff --git a/libao2/audio_out.c b/libao2/audio_out.c index 85f111a941..a64b638803 100644 --- a/libao2/audio_out.c +++ b/libao2/audio_out.c @@ -135,8 +135,7 @@ ao_functions_t* audio_out_drivers[] = void list_audio_out(void){ int i=0; mp_msg(MSGT_AO, MSGL_INFO, MSGTR_AvailableAudioOutputDrivers); - if (identify) - mp_msg(MSGT_GLOBAL, MSGL_INFO, "ID_AUDIO_OUTPUTS\n"); + mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_AUDIO_OUTPUTS\n"); while (audio_out_drivers[i]) { const ao_info_t *info = audio_out_drivers[i++]->info; mp_msg(MSGT_GLOBAL, MSGL_INFO,"\t%s\t%s\n", info->short_name, info->name); -- cgit v1.2.3