comparison stream/stream_dvdnav.h @ 25817:883c6c3ae041

Add new command to switch between dvdnav titles Based on parts of dvdnav monster patches from Otvos Attila
author ben
date Thu, 24 Jan 2008 19:14:05 +0000
parents c9c099ac7385
children eb338d06c638
comparison
equal deleted inserted replaced
25816:7ccdc98df1a0 25817:883c6c3ae041
19 int dvdnav_lang_from_sid(stream_t *stream, int sid, unsigned char *buf); 19 int dvdnav_lang_from_sid(stream_t *stream, int sid, unsigned char *buf);
20 int mp_dvdnav_handle_input(stream_t *stream, int cmd, int *button); 20 int mp_dvdnav_handle_input(stream_t *stream, int cmd, int *button);
21 void mp_dvdnav_update_mouse_pos(stream_t *stream, int32_t x, int32_t y, int* button); 21 void mp_dvdnav_update_mouse_pos(stream_t *stream, int32_t x, int32_t y, int* button);
22 void mp_dvdnav_get_highlight (stream_t *stream, nav_highlight_t *hl); 22 void mp_dvdnav_get_highlight (stream_t *stream, nav_highlight_t *hl);
23 unsigned int *mp_dvdnav_get_spu_clut(stream_t *stream); 23 unsigned int *mp_dvdnav_get_spu_clut(stream_t *stream);
24 void mp_dvdnav_switch_title(stream_t *stream, int title);
24 25
25 #endif /* MPLAYER_STREAM_DVDNAV_H */ 26 #endif /* MPLAYER_STREAM_DVDNAV_H */