[Mplayer-cvslog] CVS: main/libao2 ao_oss.c,1.7,1.8 ao_sun.c,1.7,1.8
Arpi of Ize
arpi at mplayer.dev.hu
Tue Aug 7 01:59:52 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: main aviheader.c,1.19,1.20 aviprint.c,1.5,1.6 dec_audio.c,1.26,1.27 demuxer.c,1.16,1.17 mplayer.c,1.203,1.204
- Next message: [Mplayer-cvslog] CVS: main mplayer.c,1.204,1.205
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libao2
In directory mplayer:/var/tmp.root/cvs-serv14040/libao2
Modified Files:
ao_oss.c ao_sun.c
Log Message:
printfs cleanup - moved to higher -v level or moved to stderr
Index: ao_oss.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_oss.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ao_oss.c 21 Jun 2001 23:07:15 -0000 1.7
+++ ao_oss.c 6 Aug 2001 23:59:49 -0000 1.8
@@ -102,8 +102,8 @@
// return: 1=success 0=fail
static int init(int rate,int channels,int format,int flags){
- printf("ao2: %d Hz %d chans %s\n",rate,channels,
- audio_out_format_name(format));
+// printf("ao2: %d Hz %d chans %s\n",rate,channels,
+// audio_out_format_name(format));
if (ao_subdevice)
dsp = ao_subdevice;
Index: ao_sun.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_sun.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ao_sun.c 19 Jul 2001 20:04:54 -0000 1.7
+++ ao_sun.c 6 Aug 2001 23:59:49 -0000 1.8
@@ -238,8 +238,8 @@
enable_sample_timing = realtime_samplecounter_available(audio_dev);
}
- printf("ao2: %d Hz %d chans %s [0x%X]\n",
- rate,channels,audio_out_format_name(format),format);
+// printf("ao2: %d Hz %d chans %s [0x%X]\n",
+// rate,channels,audio_out_format_name(format),format);
audio_fd=open(audio_dev, O_WRONLY);
if(audio_fd<0){
- Previous message: [Mplayer-cvslog] CVS: main aviheader.c,1.19,1.20 aviprint.c,1.5,1.6 dec_audio.c,1.26,1.27 demuxer.c,1.16,1.17 mplayer.c,1.203,1.204
- Next message: [Mplayer-cvslog] CVS: main mplayer.c,1.204,1.205
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list