diff options
author | Eduard Hasenleithner <ehasenle@users.sourceforge.net> | 2001-08-16 12:33:00 +0000 |
---|---|---|
committer | Eduard Hasenleithner <ehasenle@users.sourceforge.net> | 2001-08-16 12:33:00 +0000 |
commit | f97eaa174cdc767a986550c710a98bb2877a01f1 (patch) | |
tree | 28a20c6a8abc26c4ae9b1ceffeb298b3beb41deb /src/libspudec/spu.h | |
parent | 5e0c7d8f50c9b2173444b1a8f87af97fe2286410 (diff) | |
download | xine-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/libspudec/spu.h')
-rw-r--r-- | src/libspudec/spu.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/libspudec/spu.h b/src/libspudec/spu.h index 6899c7af8..42de3a9ea 100644 --- a/src/libspudec/spu.h +++ b/src/libspudec/spu.h @@ -19,7 +19,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: spu.h,v 1.3 2001/08/13 12:52:33 ehasenle Exp $ + * $Id: spu.h,v 1.4 2001/08/16 12:33:00 ehasenle Exp $ * * This file was originally part of the OMS program. * @@ -35,16 +35,6 @@ #include <inttypes.h> #include "video_out.h" -#ifndef CLUT_T -#define CLUT_T -typedef struct { // CLUT == Color LookUp Table - uint8_t:8; - uint8_t y:8; - uint8_t cr:8; - uint8_t cb:8; -} __attribute__ ((packed)) clut_t; -#endif - typedef struct spu_clut_struct { #ifdef WORDS_BIGENDIAN uint8_t entry0 : 4; |