summaryrefslogtreecommitdiffstats
path: root/libvo/vo_xmga.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-09 13:40:23 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-09 13:40:23 +0000
commit49d1ae31e44011202b24e7aebeb6d048204ebf02 (patch)
tree3617ccbce033eb6035109d61540633f32008865f /libvo/vo_xmga.c
parent96bda1810f7f191cdae39ba8e533e0ad56517629 (diff)
downloadmpv-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_xmga.c')
-rw-r--r--libvo/vo_xmga.c23
1 files changed, 2 insertions, 21 deletions
diff --git a/libvo/vo_xmga.c b/libvo/vo_xmga.c
index 72ab267eb4..3d2a688d3a 100644
--- a/libvo/vo_xmga.c
+++ b/libvo/vo_xmga.c
@@ -2,26 +2,10 @@
//#define SHOW_TIME
/*
- * video_out_xmga.c
+ * vo_xmga.c
*
* Copyright (C) Zoltan Ponekker - Jan 2001
*
- * This file is part of mpeg2dec, a free MPEG-2 video stream decoder.
- *
- * mpeg2dec is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
- * any later version.
- *
- * mpeg2dec is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GNU Make; see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
- *
*/
#include <stdio.h>
@@ -67,7 +51,7 @@ static unsigned int timerd=0;
static vo_info_t vo_info =
{
- "X11 (Matrox G200/G4x0/G550 overlay in window using /dev/mga_vid)",
+ "Matrox G200/G4x0/G550 overlay in X11 window (using /dev/mga_vid)",
"xmga",
"Zoltan Ponekker <pontscho@makacs.poliod.hu>",
""
@@ -186,9 +170,6 @@ static void check_events(void)
if ( ioctl( f,MGA_VID_CONFIG,&mga_vid_config ) ) mp_msg(MSGT_VO,MSGL_WARN,"Error in mga_vid_config ioctl (wrong mga_vid.o version?)" );
}
-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){
#ifdef SHOW_TIME
unsigned int t;