[Mplayer-cvslog] CVS: main/libvo vo_dxr3.c,1.48,1.49
    David Holm 
    mswitch at mplayer.dev.hu
       
    Sat Feb  9 12:15:15 CET 2002
    
    
  
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv10543/libvo
Modified Files:
	vo_dxr3.c 
Log Message:
ARGH, changing playback speed was a mistake...
Index: vo_dxr3.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dxr3.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- vo_dxr3.c	9 Feb 2002 11:10:31 -0000	1.48
+++ vo_dxr3.c	9 Feb 2002 11:15:11 -0000	1.49
@@ -328,10 +328,6 @@
 
 static void flip_page(void)
 {
-	if (!vo_pts) {
-		ioval = (90000.0 / vo_fps);
-		ioctl(fd_control, EM8300_IOCTL_SCR_SETSPEED, &ioval);
-	}
 #ifdef USE_LIBAVCODEC
 	if (img_format == IMGFMT_YV12) {
 		int out_size = avcodec_encode_video(avc_context, avc_outbuf, avc_outbuf_size, &avc_picture);
@@ -393,9 +389,6 @@
 static void uninit(void)
 {
 	printf("VO: [dxr3] Uninitializing\n");
-	/* Set the default playback speed to 0x900 */
-	ioval = 0x900;
-	ioctl(fd_control, EM8300_IOCTL_SCR_SETSPEED, &ioval);
 #ifdef USE_LIBAVCODEC
 	if (avc_context) {
 		avcodec_close(avc_context);
    
    
More information about the MPlayer-cvslog
mailing list