[Mplayer-cvslog] CVS: main/libvo vo_dxr3.c,1.60,1.61
David Holm
mswitch at mplayer.dev.hu
Wed Mar 13 15:39:27 CET 2002
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv5511/libvo
Modified Files:
vo_dxr3.c
Log Message:
This will slow down wobbling (just a bit)
Index: vo_dxr3.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dxr3.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- vo_dxr3.c 13 Mar 2002 14:15:00 -0000 1.60
+++ vo_dxr3.c 13 Mar 2002 14:39:24 -0000 1.61
@@ -233,10 +233,10 @@
ioctl(fd_control, EM8300_IOCTL_GET_VIDEOMODE, &ioval);
if (ioval == EM8300_VIDEOMODE_NTSC) {
printf("VO: [dxr3] Setting up for NTSC.\n");
- aspect_save_screenres((352 * 2), 240);
+ aspect_save_screenres(352, 240);
} else {
printf("VO: [dxr3] Setting up for PAL/SECAM.\n");
- aspect_save_screenres((352 * 2), 288);
+ aspect_save_screenres(352, 288);
}
aspect(&s_width, &s_height, A_ZOOM);
s_width -= s_width % 16;
More information about the MPlayer-cvslog
mailing list