diff 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
line wrap: on
line diff
--- a/stream/stream_dvdnav.h	Wed Jan 23 22:34:51 2008 +0000
+++ b/stream/stream_dvdnav.h	Thu Jan 24 19:14:05 2008 +0000
@@ -21,5 +21,6 @@
 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);
+void mp_dvdnav_switch_title(stream_t *stream, int title);
 
 #endif /* MPLAYER_STREAM_DVDNAV_H */