[Mplayer-cvslog] CVS: main/libao2 ao_dxr3.c,1.9,1.10

David Holm mswitch at mplayer.dev.hu
Sat Dec 8 15:40:47 CET 2001


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

Modified Files:
	ao_dxr3.c 
Log Message:
Removed hardware syncing support. Actually movies seem to run much smoother without it.


Index: ao_dxr3.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_dxr3.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ao_dxr3.c	4 Dec 2001 23:13:15 -0000	1.9
+++ ao_dxr3.c	8 Dec 2001 14:40:42 -0000	1.10
@@ -207,8 +207,6 @@
 // return: number of bytes played
 static int play(void* data,int len,int flags)
 {
-    if( ioctl( fd_audio, EM8300_IOCTL_AUDIO_SETPTS, &ao_data.pts ) < 0 )
-	printf( "AO: [dxr3] Unable to set PTS\n" );
     if( ao_data.samplerate < 44100 )
     {
 	int i,j,ratio,len2;




More information about the MPlayer-cvslog mailing list