From ba73fc159f6f32d57f526b66c7cd16ad6245443d Mon Sep 17 00:00:00 2001 From: mswitch Date: Sat, 8 Dec 2001 14:40:45 +0000 Subject: Removed hardware syncing support. Actually movies seem to run much smoother without it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3388 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libao2/ao_dxr3.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libao2') diff --git a/libao2/ao_dxr3.c b/libao2/ao_dxr3.c index b9d770216b..711f5367af 100644 --- a/libao2/ao_dxr3.c +++ b/libao2/ao_dxr3.c @@ -207,8 +207,6 @@ static int get_space() // 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; -- cgit v1.2.3