changeset 4604:c24f72161c37

ARGH, changing playback speed was a mistake...
author mswitch
date Sat, 09 Feb 2002 11:15:11 +0000
parents 06944da0b4f7
children b63ebfab3cdd
files libvo/vo_dxr3.c
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_dxr3.c	Sat Feb 09 11:10:31 2002 +0000
+++ b/libvo/vo_dxr3.c	Sat Feb 09 11:15:11 2002 +0000
@@ -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);