Mercurial > mplayer.hg
changeset 4727:cbef9b843e6d
Fixed a bug with prebuffering which would cause syncloss, someone at
sigma should go die for not giving us the damn tech docs =(
author | mswitch |
---|---|
date | Sat, 16 Feb 2002 13:41:32 +0000 |
parents | 9ff121145b20 |
children | dab19bd91cde |
files | libvo/vo_dxr3.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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);