[Mplayer-cvslog] CVS: main/libao2 ao_oss.c,1.26,1.27

Alex Beregszaszi alex at mplayerhq.hu
Fri Jun 28 18:42:35 CEST 2002


Update of /cvsroot/mplayer/main/libao2
In directory mail:/var/tmp.root/cvs-serv5738

Modified Files:
	ao_oss.c 
Log Message:
more informal warning and also fixed a 10l bug. Patch by tibcu

Index: ao_oss.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_oss.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ao_oss.c	3 Jun 2002 23:23:03 -0000	1.26
+++ ao_oss.c	28 Jun 2002 16:42:32 -0000	1.27
@@ -168,7 +168,7 @@
     ioctl (audio_fd, SNDCTL_DSP_SPEED, &ao_data.samplerate);
     mp_msg(MSGT_AO,MSGL_V,"audio_setup: using %d Hz samplerate (requested: %d)\n",ao_data.samplerate,rate);
     if(ao_data.samplerate!=rate)
-	mp_msg(MSGT_AO,MSGL_WARN,"WARNING! Your soundcard does NOT support %d Hz samplerate! A-V sync problems are possible! Try with '-aop list=resample:fout=%d'\n",rate);
+	mp_msg(MSGT_AO,MSGL_WARN,"WARNING! Your soundcard does NOT support %d Hz samplerate! A-V sync problems or wrong speed are possible! Try with '-aop list=resample:fout=%d'\n",rate,ao_data.samplerate);
   }
 
   if(ioctl(audio_fd, SNDCTL_DSP_GETOSPACE, &zz)==-1){




More information about the MPlayer-cvslog mailing list