1
mirror of https://github.com/mpv-player/mpv synced 2025-01-09 01:36:25 +01:00

working together with Xv (disabling colorkey at close)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2086 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-10-04 21:15:01 +00:00
parent 4e5c5c7ef8
commit a187b95c26

View File

@ -879,6 +879,7 @@ static int mga_vid_release(struct inode *inode, struct file *file)
vid_src_ready = 0;
regs.besctl &= ~1;
regs.besglobctl &= ~(1<<6); // UYVY format selected
mga_config.colkey_on=0; //!!!
mga_vid_write_regs();
mga_vid_in_use = 0;