From 39b4b1968511ecc361d9bb6e627ca5ca47909b74 Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Mon, 21 Oct 2002 12:10:58 +0000 Subject: Enable DVD SPU subtitles. CLUT and timing do not seem to be working well yet. CVS patchset: 2897 CVS date: 2002/10/21 12:10:58 --- src/libspudec/spu_decoder_api.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libspudec/spu_decoder_api.h') diff --git a/src/libspudec/spu_decoder_api.h b/src/libspudec/spu_decoder_api.h index d17f32a7b..3374ef447 100644 --- a/src/libspudec/spu_decoder_api.h +++ b/src/libspudec/spu_decoder_api.h @@ -63,13 +63,13 @@ struct spu_decoder_class_s { struct spu_decoder_s { - void (*init) (spu_decoder_t *this, vo_instance_t *video_out); +/* void (*init) (spu_decoder_t *this, vo_instance_t *video_out);*/ void (*decode_data) (spu_decoder_t *this, buf_element_t *buf); void (*reset) (spu_decoder_t *this); - void (*close) (spu_decoder_t *this); +/* void (*close) (spu_decoder_t *this); */ void (*dispose) (spu_decoder_t *this); -- cgit v1.2.3