diff options
author | Eduard Hasenleithner <ehasenle@users.sourceforge.net> | 2001-08-16 18:28:39 +0000 |
---|---|---|
committer | Eduard Hasenleithner <ehasenle@users.sourceforge.net> | 2001-08-16 18:28:39 +0000 |
commit | 93c4dff094c2e46caa5418beda741214515cb271 (patch) | |
tree | 6173947b6092d906e7e06b0d13d3ac449abf719a | |
parent | 2b2cf1c784a95fc8d03e5b4d35d4f0b7785fd64c (diff) | |
download | xine-lib-93c4dff094c2e46caa5418beda741214515cb271.tar.gz xine-lib-93c4dff094c2e46caa5418beda741214515cb271.tar.bz2 |
Forgot to commit: spudec_t is never used.
CVS patchset: 436
CVS date: 2001/08/16 18:28:39
-rw-r--r-- | src/libspudec/spu_decoder_api.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/libspudec/spu_decoder_api.h b/src/libspudec/spu_decoder_api.h index a7d75511a..174db342b 100644 --- a/src/libspudec/spu_decoder_api.h +++ b/src/libspudec/spu_decoder_api.h @@ -57,21 +57,6 @@ struct spu_decoder_s { }; - -typedef struct spudec_s spudec_t; - -struct spudec_s { - - /* - * reset spudec for a new stream - * - * clut : pointer to array of 16 cluts for palette info - */ - - void (*spudec_start) (spudec_t *this, clut_t *clut); - -}; - #define SPU_EVENT_BUTTON 0x100 typedef struct spu_button_s spu_button_t; struct spu_button_s { |