Mercurial > mplayer.hg
changeset 13438:93cc1072ec38
100l
author | faust3 |
---|---|
date | Wed, 22 Sep 2004 16:26:53 +0000 |
parents | 79a6401f471b |
children | b35ec818ebeb |
files | libvo/vo_directx.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_directx.c Wed Sep 22 15:52:44 2004 +0000 +++ b/libvo/vo_directx.c Wed Sep 22 16:26:53 2004 +0000 @@ -1160,16 +1160,16 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t options, char *title, uint32_t format) { + RECT rd; vo_screenwidth = GetSystemMetrics(SM_CXSCREEN); vo_screenheight = GetSystemMetrics(SM_CYSCREEN); vo_fs = options & 0x01; - RECT rd; image_format = format; image_width = width; image_height = height; d_image_width = d_width; d_image_height = d_height; - nooverlay = 0; + if(format != primary_image_format)nooverlay = 0; aspect_save_orig(image_width,image_height); aspect_save_prescale(d_image_width,d_image_height); if(vidmode){