summaryrefslogtreecommitdiff
path: root/src/input/input_plugin.h
diff options
context:
space:
mode:
authorEduard Hasenleithner <ehasenle@users.sourceforge.net>2001-08-16 12:33:00 +0000
committerEduard Hasenleithner <ehasenle@users.sourceforge.net>2001-08-16 12:33:00 +0000
commitf97eaa174cdc767a986550c710a98bb2877a01f1 (patch)
tree28a20c6a8abc26c4ae9b1ceffeb298b3beb41deb /src/input/input_plugin.h
parent5e0c7d8f50c9b2173444b1a8f87af97fe2286410 (diff)
downloadxine-lib-f97eaa174cdc767a986550c710a98bb2877a01f1.tar.gz
xine-lib-f97eaa174cdc767a986550c710a98bb2877a01f1.tar.bz2
clut_t is now stored in machine endianess. Simplifies the transfer
of the clut from the input plugin. CVS patchset: 434 CVS date: 2001/08/16 12:33:00
Diffstat (limited to 'src/input/input_plugin.h')
-rw-r--r--src/input/input_plugin.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/input/input_plugin.h b/src/input/input_plugin.h
index d788d3bd1..fa4e0a656 100644
--- a/src/input/input_plugin.h
+++ b/src/input/input_plugin.h
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: input_plugin.h,v 1.10 2001/07/18 21:38:16 f1rmb Exp $
+ * $Id: input_plugin.h,v 1.11 2001/08/16 12:33:00 ehasenle Exp $
*/
#ifndef HAVE_INPUT_PLUGIN_H
@@ -35,16 +35,6 @@ extern "C" {
#define INPUT_PLUGIN_IFACE_VERSION 2
-#ifndef CLUT_T
-#define CLUT_T
-typedef struct { /* CLUT == Color LookUp Table */
- uint8_t foo : 8; /* UNKNOWN: 0x00? */
- uint8_t y : 8;
- uint8_t cr : 8;
- uint8_t cb : 8;
-} __attribute__ ((packed)) clut_t;
-#endif
-
/*
* Return pointer of allocate/cleaned memory size *size*.
*/