From 37b0fd5dbb8de74c12eb7bceb1e672df9a6e4622 Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Sat, 6 Apr 2002 15:40:19 +0000 Subject: Cleaning up libspudec CVS patchset: 1687 CVS date: 2002/04/06 15:40:19 --- src/dxr3/dxr3_decoder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dxr3/dxr3_decoder.c') diff --git a/src/dxr3/dxr3_decoder.c b/src/dxr3/dxr3_decoder.c index dea84f78f..0a97b63b4 100644 --- a/src/dxr3/dxr3_decoder.c +++ b/src/dxr3/dxr3_decoder.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: dxr3_decoder.c,v 1.69 2002/04/04 00:08:36 miguelfreitas Exp $ + * $Id: dxr3_decoder.c,v 1.70 2002/04/06 15:40:19 jcdutton Exp $ * * dxr3 video and spu decoder plugin. Accepts the video and spu data * from XINE and sends it directly to the corresponding dxr3 devices. @@ -1107,7 +1107,7 @@ static void spudec_event_listener (void *this_gen, xine_event_t *event_gen) { case XINE_EVENT_SPU_CLUT: { - spu_cltbl_t *clut = event->data; + spudec_clut_table_t *clut = event->data; #if LOG_SPU printf ("dxr3_spu: SPU_CLUT\n"); #endif -- cgit v1.2.3