Mercurial > mplayer.hg
changeset 14221:a6dd6fcd3730
vo_screenwidth/vo_screenheight is _not_ monitor_aspect.
author | reimar |
---|---|
date | Thu, 23 Dec 2004 12:27:05 +0000 |
parents | e4f35e0204a9 |
children | f6ac1eb576e5 |
files | libvo/vo_directx.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_directx.c Thu Dec 23 08:54:54 2004 +0000 +++ b/libvo/vo_directx.c Thu Dec 23 12:27:05 2004 +0000 @@ -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;