From bcaee71a3a763a545e1f8457aca26dc679462677 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Mon, 14 Oct 2002 15:46:48 +0000 Subject: introduction of xine_stream_t and async xine events - all still in developement CVS patchset: 2828 CVS date: 2002/10/14 15:46:48 --- src/libspudec/spu_decoder_api.h | 1 + 1 file changed, 1 insertion(+) (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 34ed1b0f4..937bc7507 100644 --- a/src/libspudec/spu_decoder_api.h +++ b/src/libspudec/spu_decoder_api.h @@ -55,6 +55,7 @@ struct spu_decoder_s { int (*get_nav_pci) (spu_decoder_t *this, pci_t *nav_pci); + void *node; /* used by plugin loader */ }; typedef struct spu_button_s spu_button_t; -- cgit v1.2.3