Update of /cvsroot/mplayer/main/libvo In directory mplayer:/var/tmp.root/cvs-serv14175/libvo Modified Files: vo_dxr3.c Log Message: Fixed a bug with prebuffering which would cause syncloss, someone at sigma should go die for not giving us the damn tech docs =( Index: vo_dxr3.c =================================================================== RCS file: /cvsroot/mplayer/main/libvo/vo_dxr3.c,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- vo_dxr3.c 16 Feb 2002 13:06:45 -0000 1.56 +++ vo_dxr3.c 16 Feb 2002 13:41:32 -0000 1.57 @@ -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);