[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


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;




More information about the MPlayer-cvslog mailing list