mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 03:06:28 +01:00
Replacing -x, -y on -screenw, -screenh
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2334 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
cdeb0b0380
commit
da677ba40f
@ -434,8 +434,8 @@ init(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint3
|
||||
printf("\nvo_vesa: Modes in detail:\n");
|
||||
}
|
||||
mode_ptr = vib.VideoModePtr;
|
||||
w = d_width ? d_width : width;
|
||||
h = d_height ? d_height : height;
|
||||
w = vo_screenwidth ? vo_screenwidth : width;
|
||||
h = vo_screenheight ? vo_screenheight : height;
|
||||
for(i=0;i < num_modes;i++)
|
||||
{
|
||||
if((err=vbeGetModeInfo(mode_ptr[i],&vmib)) != VBE_OK)
|
||||
|
Loading…
Reference in New Issue
Block a user