sync mga_vid.h to the one in the mga_vid repo.

removes one commented include and adds a define
no incompatible change


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22710 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
attila 2007-03-18 10:52:41 +00:00
parent f20d1b16a8
commit 4efc6b8372
1 changed files with 3 additions and 2 deletions

View File

@ -15,8 +15,6 @@
#ifndef __LINUX_MGAVID_H
#define __LINUX_MGAVID_H
//#include <inttypes.h>
typedef struct mga_vid_config_s
{
uint16_t version;
@ -52,6 +50,9 @@ uint32_t num_frames;
#define MGA_G200 0x1234
#define MGA_G400 0x5678
// currently unused, G450 are mapped to MGA_G400
// #define MGA_G450 0x9ABC
#define MGA_G550 0xDEF0
#define MGA_VID_VERSION 0x0201