summaryrefslogtreecommitdiffstats
path: root/libvo/vo_mga.c
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-22 19:28:58 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-22 19:28:58 +0000
commitd789caacb205267191dd566a2b3dc01ce1edefa2 (patch)
treec9c4df19d4d6c281cf149cdbc0bfeb468a0df1d3 /libvo/vo_mga.c
parentf68ce195c92580420f6972a0ea0b3e8efe9d6323 (diff)
downloadmpv-d789caacb205267191dd566a2b3dc01ce1edefa2.tar.bz2
mpv-d789caacb205267191dd566a2b3dc01ce1edefa2.tar.xz
colkey_on=0 fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@198 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_mga.c')
-rw-r--r--libvo/vo_mga.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/vo_mga.c b/libvo/vo_mga.c
index 49fbd236e8..888cb1bf69 100644
--- a/libvo/vo_mga.c
+++ b/libvo/vo_mga.c
@@ -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;