mirror of https://github.com/mpv-player/mpv
vo_screenwidth/vo_screenheight is _not_ monitor_aspect.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14222 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8c2d42add1
commit
f18f7a5cd7
|
@ -1214,7 +1214,6 @@ config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uin
|
|||
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;
|
||||
|
|
Loading…
Reference in New Issue