comparison stream/stream_dvdnav.h @ 26986:4bee4b9ec054

Rename some functions as they are mplayer related and not from libdvdnav public API.
author ben
date Sat, 07 Jun 2008 12:57:23 +0000
parents 540400f89398
children 1c6b9d0c63aa
comparison
equal deleted inserted replaced
26985:9ab366f856c1 26986:4bee4b9ec054
14 uint16_t sx, sy; 14 uint16_t sx, sy;
15 uint16_t ex, ey; 15 uint16_t ex, ey;
16 uint32_t palette; 16 uint32_t palette;
17 } nav_highlight_t; 17 } nav_highlight_t;
18 18
19 int dvdnav_number_of_subs(stream_t *stream); 19 int mp_dvdnav_number_of_subs(stream_t *stream);
20 int dvdnav_aid_from_lang(stream_t *stream, unsigned char *language); 20 int mp_dvdnav_aid_from_lang(stream_t *stream, unsigned char *language);
21 int dvdnav_lang_from_aid(stream_t *stream, int id, unsigned char *buf); 21 int mp_dvdnav_lang_from_aid(stream_t *stream, int id, unsigned char *buf);
22 int dvdnav_sid_from_lang(stream_t *stream, unsigned char *language); 22 int mp_dvdnav_sid_from_lang(stream_t *stream, unsigned char *language);
23 int dvdnav_lang_from_sid(stream_t *stream, int sid, unsigned char *buf); 23 int mp_dvdnav_lang_from_sid(stream_t *stream, int sid, unsigned char *buf);
24 void mp_dvdnav_handle_input(stream_t *stream, int cmd, int *button); 24 void mp_dvdnav_handle_input(stream_t *stream, int cmd, int *button);
25 void mp_dvdnav_update_mouse_pos(stream_t *stream, int32_t x, int32_t y, int* button); 25 void mp_dvdnav_update_mouse_pos(stream_t *stream, int32_t x, int32_t y, int* button);
26 void mp_dvdnav_get_highlight (stream_t *stream, nav_highlight_t *hl); 26 void mp_dvdnav_get_highlight (stream_t *stream, nav_highlight_t *hl);
27 unsigned int *mp_dvdnav_get_spu_clut(stream_t *stream); 27 unsigned int *mp_dvdnav_get_spu_clut(stream_t *stream);
28 void mp_dvdnav_switch_title(stream_t *stream, int title); 28 void mp_dvdnav_switch_title(stream_t *stream, int title);