[MPlayer-cvslog] CVS: main/libao2 ao_oss.c,1.51,1.52

Reimar Döffinger CVS syncmail at mplayerhq.hu
Sat Jan 29 13:58:19 CET 2005


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main/libao2
In directory mail:/var2/tmp/cvs-serv25971

Modified Files:
	ao_oss.c 
Log Message:
print "Unknown/not supported internal format" message only with -v as it
is not an error.


Index: ao_oss.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_oss.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ao_oss.c	6 Jan 2005 17:35:43 -0000	1.51
+++ ao_oss.c	29 Jan 2005 12:58:16 -0000	1.52
@@ -88,7 +88,7 @@
     case AF_FORMAT_AC3: return AFMT_AC3;
 #endif
     }
-    printf("Unknown/not supported internal format: %s\n", af_fmt2str_short(format));
+    mp_msg(MSGT_AO, MSGL_V, "OSS: Unknown/not supported internal format: %s\n", af_fmt2str_short(format));
     return -1;
 }
 




More information about the MPlayer-cvslog mailing list