From b74f43fb50444389cacbbd8ef603f28f7c1330d5 Mon Sep 17 00:00:00 2001 From: mswitch Date: Sat, 16 Feb 2002 13:41:32 +0000 Subject: [PATCH] Fixed a bug with prebuffering which would cause syncloss, someone at sigma should go die for not giving us the damn tech docs =( git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4728 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_dxr3.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libvo/vo_dxr3.c b/libvo/vo_dxr3.c index 67893f5e83..52ff0bf790 100644 --- a/libvo/vo_dxr3.c +++ b/libvo/vo_dxr3.c @@ -368,10 +368,6 @@ static uint32_t draw_frame(uint8_t * src[]) static void flip_page(void) { - if (!vo_fps) { - 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);