1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-16 12:17:12 +00:00

colkey_on=0 fix

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@198 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi_esp 2001-03-22 19:28:58 +00:00
parent f68ce195c9
commit d789caacb2

View File

@ -75,6 +75,8 @@ init(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint3
return (-1);
}
mga_vid_config.colkey_on=0;
mga_vid_config.src_width = width;
mga_vid_config.src_height= height;
mga_vid_config.dest_width = d_width;