[Mplayer-cvslog] CVS: main/libvo vo_dxr3.c,1.14,1.15

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


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

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


Index: vo_dxr3.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dxr3.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- vo_dxr3.c	7 Dec 2001 23:30:02 -0000	1.14
+++ vo_dxr3.c	8 Dec 2001 14:40:45 -0000	1.15
@@ -68,8 +68,6 @@
 
 void write_dxr3( rte_context* context, void* data, size_t size, void* user_data )
 {
-    if( ioctl( fd_video, EM8300_IOCTL_VIDEO_SETPTS, &vo_pts ) < 0 )
-	printf( "VO: [dxr3] Unable to set video PTS\n" );
     write( fd_video, data, size );
 }
 
@@ -267,9 +265,6 @@
     {
         int data_left;
 	vo_mpegpes_t *p=(vo_mpegpes_t *)src[0];
-
-	if( ioctl( fd_video, EM8300_IOCTL_VIDEO_SETPTS, &vo_pts ) < 0 )
-	    printf( "VO: [dxr3] Unable to set video PTS\n" );
 
 	data_left = p->size;
 	while( data_left )




More information about the MPlayer-cvslog mailing list