From 2ec81e19c049cd992906b5558cb34468136dbe6f Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Wed, 18 Sep 2002 15:39:51 +0000 Subject: why void *, it is a pci_t * CVS patchset: 2691 CVS date: 2002/09/18 15:39:51 --- src/libspudec/spu_decoder_api.h | 5 +---- 1 file changed, 1 insertion(+), 4 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 cc42fff65..e863ac8ac 100644 --- a/src/libspudec/spu_decoder_api.h +++ b/src/libspudec/spu_decoder_api.h @@ -25,9 +25,6 @@ #define HAVE_SPU_API_H #define SPU_DECODER_IFACE_VERSION 9 -/* FIXME: Needed for spu_button_t */ -/* But will not be on all users's systems. (From the libspudec directory or libdvdread). */ -//#include "nav_types.h" /* * generic xine spu decoder plugin interface @@ -53,7 +50,7 @@ struct spu_decoder_s { void (*dispose) (spu_decoder_t *this); - int (*get_nav_pci) (spu_decoder_t *this, void *nav_pci); + int (*get_nav_pci) (spu_decoder_t *this, pci_t *nav_pci); }; -- cgit v1.2.3