From 266f5de2bb4e7d3f9077970a06d58f864558b5e0 Mon Sep 17 00:00:00 2001 From: nicodvb Date: Sat, 9 Dec 2006 19:23:35 +0000 Subject: export spu palette; part of a patch by Otvos Attila git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21554 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_dvdnav.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stream/stream_dvdnav.h') diff --git a/stream/stream_dvdnav.h b/stream/stream_dvdnav.h index 46a3a2f32d..726187ec40 100644 --- a/stream/stream_dvdnav.h +++ b/stream/stream_dvdnav.h @@ -24,6 +24,7 @@ typedef struct { unsigned int duration; /* in milliseconds */ int mousex, mousey; int title; + unsigned int spu_clut[16], spu_set; dvdnav_highlight_event_t hlev; } dvdnav_priv_t; @@ -33,5 +34,6 @@ int dvdnav_sid_from_lang(stream_t *stream, unsigned char *language); int mp_dvdnav_handle_input(stream_t *stream, int cmd, int *button); void mp_dvdnav_update_mouse_pos(stream_t *stream, int32_t x, int32_t y, int* button); void mp_dvdnav_get_highlight (stream_t *stream, nav_highlight_t *hl); +unsigned int *mp_dvdnav_get_spu_clut(stream_t *stream); #endif -- cgit v1.2.3