# HG changeset patch # User mswitch # Date 1013866892 0 # Node ID cbef9b843e6d4a4a88b7da37fd088cbe233ab331 # Parent 9ff121145b2012c7faca410d6d76eec4e1be8691 Fixed a bug with prebuffering which would cause syncloss, someone at sigma should go die for not giving us the damn tech docs =( diff -r 9ff121145b20 -r cbef9b843e6d libvo/vo_dxr3.c --- a/libvo/vo_dxr3.c Sat Feb 16 13:12:51 2002 +0000 +++ b/libvo/vo_dxr3.c Sat Feb 16 13:41:32 2002 +0000 @@ -368,10 +368,6 @@ 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);