comparison stream/stream_dvdnav.h @ 21603:4bfdaf8bcae5

implemented dvdnav_lang_from_aid() to retrieve audio language
author nicodvb
date Thu, 14 Dec 2006 23:08:09 +0000
parents ca8327c8d1fb
children 3f0d00abc073
comparison
equal deleted inserted replaced
21602:ba96ae573d7f 21603:4bfdaf8bcae5
29 } dvdnav_priv_t; 29 } dvdnav_priv_t;
30 30
31 31
32 int dvdnav_number_of_subs(stream_t *stream); 32 int dvdnav_number_of_subs(stream_t *stream);
33 int dvdnav_aid_from_lang(stream_t *stream, unsigned char *language); 33 int dvdnav_aid_from_lang(stream_t *stream, unsigned char *language);
34 int dvdnav_lang_from_aid(stream_t *stream, int id, unsigned char *buf);
34 int dvdnav_sid_from_lang(stream_t *stream, unsigned char *language); 35 int dvdnav_sid_from_lang(stream_t *stream, unsigned char *language);
35 int dvdnav_lang_from_sid(stream_t *stream, int sid, unsigned char *buf); 36 int dvdnav_lang_from_sid(stream_t *stream, int sid, unsigned char *buf);
36 int mp_dvdnav_handle_input(stream_t *stream, int cmd, int *button); 37 int mp_dvdnav_handle_input(stream_t *stream, int cmd, int *button);
37 void mp_dvdnav_update_mouse_pos(stream_t *stream, int32_t x, int32_t y, int* button); 38 void mp_dvdnav_update_mouse_pos(stream_t *stream, int32_t x, int32_t y, int* button);
38 void mp_dvdnav_get_highlight (stream_t *stream, nav_highlight_t *hl); 39 void mp_dvdnav_get_highlight (stream_t *stream, nav_highlight_t *hl);