[MPlayer-cvslog] CVS: main/libvo vo_directx.c,1.44,1.45
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Thu Dec 23 13:27:07 CET 2004
- Previous message: [MPlayer-cvslog] CVS: main/libaf af_ladspa.c, NONE, 1.1 .cvsignore, 1.1, 1.2 Makefile, 1.18, 1.19 af.c, 1.34, 1.35
- Next message: [MPlayer-cvslog] CVS: main ChangeLog,1.153,1.154
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv16661
Modified Files:
vo_directx.c
Log Message:
vo_screenwidth/vo_screenheight is _not_ monitor_aspect.
Index: vo_directx.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_directx.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- vo_directx.c 21 Dec 2004 20:33:51 -0000 1.44
+++ vo_directx.c 23 Dec 2004 12:27:05 -0000 1.45
@@ -1214,7 +1214,6 @@
RECT rd;
vo_screenwidth = monitor_rect.right - monitor_rect.left;
vo_screenheight = monitor_rect.bottom - monitor_rect.top;
- monitor_aspect = (float)vo_screenwidth / (float)vo_screenheight;
vo_fs = options & 0x01;
image_format = format;
image_width = width;
- Previous message: [MPlayer-cvslog] CVS: main/libaf af_ladspa.c, NONE, 1.1 .cvsignore, 1.1, 1.2 Makefile, 1.18, 1.19 af.c, 1.34, 1.35
- Next message: [MPlayer-cvslog] CVS: main ChangeLog,1.153,1.154
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list