[MPlayer-cvslog] r22710 - trunk/drivers/mga_vid.h
attila
subversion at mplayerhq.hu
Sun Mar 18 11:52:41 CET 2007
Author: attila
Date: Sun Mar 18 11:52:41 2007
New Revision: 22710
Modified:
trunk/drivers/mga_vid.h
Log:
sync mga_vid.h to the one in the mga_vid repo.
removes one commented include and adds a define
no incompatible change
Modified: trunk/drivers/mga_vid.h
==============================================================================
--- trunk/drivers/mga_vid.h (original)
+++ trunk/drivers/mga_vid.h Sun Mar 18 11:52:41 2007
@@ -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
More information about the MPlayer-cvslog
mailing list