diff options
-rw-r--r-- | src/spu_dec/spudvb_decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spu_dec/spudvb_decoder.c b/src/spu_dec/spudvb_decoder.c index 832830468..7b0e348b1 100644 --- a/src/spu_dec/spudvb_decoder.c +++ b/src/spu_dec/spudvb_decoder.c @@ -66,7 +66,7 @@ typedef struct { osd_object_t *osd; } region_t; -typedef struct { +typedef union { clut_t c; uint32_t u32; } clut_union_t; |