diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-10-09 13:40:23 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-10-09 13:40:23 +0000 |
commit | 49d1ae31e44011202b24e7aebeb6d048204ebf02 (patch) | |
tree | 3617ccbce033eb6035109d61540633f32008865f /libvo/vo_mga.c | |
parent | 96bda1810f7f191cdae39ba8e533e0ad56517629 (diff) | |
download | mpv-49d1ae31e44011202b24e7aebeb6d048204ebf02.tar.bz2 mpv-49d1ae31e44011202b24e7aebeb6d048204ebf02.tar.xz |
more cleanup, some -vo mga fullscreen fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7681 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_mga.c')
-rw-r--r-- | libvo/vo_mga.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libvo/vo_mga.c b/libvo/vo_mga.c index 5a3b8dc037..4d744a73a7 100644 --- a/libvo/vo_mga.c +++ b/libvo/vo_mga.c @@ -71,8 +71,6 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, uint32 printf("vo_mga aspect(): resized to %dx%d\n",d_width,d_height); } - mga_vid_config.colkey_on=0; - mga_vid_config.dest_width = d_width; mga_vid_config.dest_height= d_height; mga_vid_config.x_org= 0; // (720-mga_vid_config.dest_width)/2; @@ -96,11 +94,6 @@ static void uninit(void) mga_uninit(); } -static void draw_osd(void) -{ - vo_draw_text(mga_vid_config.src_width,mga_vid_config.src_height,draw_alpha); -} - static void flip_page(void) { vo_mga_flip_page(); |