comparison drivers/mga_vid.h @ 26829:bfb140f5b62c

revert changes 26035 and 26061 mga_vid is _NOT_ part of MPlayer, although it has been historicaly developed in the same repo.
author attila
date Fri, 23 May 2008 19:46:41 +0000
parents 4129c8cfa742
children d1c10dce1ee7
comparison
equal deleted inserted replaced
26828:17320a5fbc0b 26829:bfb140f5b62c
1 /* 1 /*
2 * Matrox MGA G200/G400 YUV Video Interface module Version 0.1.0 2 *
3 * BES == Back End Scaler 3 * mga_vid.h
4 * 4 *
5 * Copyright (C) 1999 Aaron Holtzman 5 * Copyright (C) 1999 Aaron Holtzman
6 * 6 *
7 * This file is part of MPlayer. 7 * Matrox MGA G200/G400 YUV Video Interface module Version 0.1.0
8 * 8 *
9 * MPlayer is free software; you can redistribute it and/or modify 9 * BES == Back End Scaler
10 * it under the terms of the GNU General Public License as published by 10 *
11 * the Free Software Foundation; either version 2 of the License, or 11 * This software has been released under the terms of the GNU Public
12 * (at your option) any later version. 12 * license. See http://www.gnu.org/copyleft/gpl.html for details.
13 *
14 * MPlayer is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License along
20 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22 */ 13 */
23 14
24 #ifndef MPLAYER_MGA_VID_H 15 #ifndef MGA_VID_H
25 #define MPLAYER_MGA_VID_H 16 #define MGA_VID_H
26 17
27 typedef struct mga_vid_config_s 18 typedef struct mga_vid_config_s
28 { 19 {
29 uint16_t version; 20 uint16_t version;
30 uint16_t card_type; 21 uint16_t card_type;
63 // #define MGA_G450 0x9ABC 54 // #define MGA_G450 0x9ABC
64 #define MGA_G550 0xDEF0 55 #define MGA_G550 0xDEF0
65 56
66 #define MGA_VID_VERSION 0x0201 57 #define MGA_VID_VERSION 0x0201
67 58
68 #endif /* MPLAYER_MGA_VID_H */ 59 #endif /* MGA_VID_H */