[MPlayer-cvslog] CVS: main/libao2 ao_oss.c,1.56,1.57
Diego Biurrun CVS
syncmail at mplayerhq.hu
Tue Nov 29 00:43:26 CET 2005
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/libao2
In directory mail:/var2/tmp/cvs-serv5111/libao2
Modified Files:
ao_oss.c
Log Message:
-aop is long obsolete.
Index: ao_oss.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_oss.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ao_oss.c 19 Nov 2005 14:35:45 -0000 1.56
+++ ao_oss.c 28 Nov 2005 23:43:24 -0000 1.57
@@ -319,7 +319,7 @@
}
#if 0
if(oss_format!=format2oss(format))
- mp_msg(MSGT_AO,MSGL_WARN,"WARNING! Your soundcard does NOT support %s sample format! Broken audio or bad playback speed are possible! Try with '-aop list=format'\n",audio_out_format_name(format));
+ mp_msg(MSGT_AO,MSGL_WARN,"WARNING! Your soundcard does NOT support %s sample format! Broken audio or bad playback speed are possible! Try with '-af format'\n",audio_out_format_name(format));
#endif
ao_data.format = oss2format(oss_format);
More information about the MPlayer-cvslog
mailing list