[MPlayer-cvslog] CVS: main/libaf af.c,1.46,1.47
Diego Biurrun CVS
syncmail at mplayerhq.hu
Tue Jun 21 03:00:37 CEST 2005
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/libaf
In directory mail:/var2/tmp/cvs-serv19524/libaf
Modified Files:
af.c
Log Message:
Fix mp_msg vs af_msg usage as pointed out by Ivo.
Index: af.c
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- af.c 20 Jun 2005 23:07:34 -0000 1.46
+++ af.c 21 Jun 2005 01:00:35 -0000 1.47
@@ -691,7 +691,7 @@
int i = 0;
af_msg(AF_MSG_INFO, "Available audio filters:\n");
if (identify)
- mp_msg(MSGT_GLOBAL, MSGL_INFO, "ID_AUDIO_FILTERS\n");
+ af_msg(AF_MSG_INFO, "ID_AUDIO_FILTERS\n");
while (filter_list[i]) {
if (filter_list[i]->comment && filter_list[i]->comment[0])
af_msg(AF_MSG_INFO, " %-15s: %s (%s)\n", filter_list[i]->name, filter_list[i]->info, filter_list[i]->comment);
More information about the MPlayer-cvslog
mailing list