From 468bb66cd404aeaada3cdfb216bb5a2170886815 Mon Sep 17 00:00:00 2001 From: Eduard Hasenleithner Date: Wed, 18 Jul 2001 12:45:31 +0000 Subject: Added the metronom also to the spu decoder struct in order to make got_spu_packet available to the dxr3 spu decoder. CVS patchset: 306 CVS date: 2001/07/18 12:45:31 --- src/libspudec/spu_decoder_api.h | 2 ++ 1 file changed, 2 insertions(+) (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 4dfd2739a..a1c99f3d5 100644 --- a/src/libspudec/spu_decoder_api.h +++ b/src/libspudec/spu_decoder_api.h @@ -48,6 +48,8 @@ struct spu_decoder_s { char* (*get_identifier) (void); + metronom_t *metronom; + }; -- cgit v1.2.3