comparison stream/stream_dvdnav.h @ 31876:c52e80f24086

Add const qualifiers to function string arguments as appropriate.
author reimar
date Wed, 11 Aug 2010 20:44:29 +0000
parents ce0122361a39
children e4de3e6665ae
comparison
equal deleted inserted replaced
31875:ac6e48baa03d 31876:c52e80f24086
28 uint32_t palette; 28 uint32_t palette;
29 } nav_highlight_t; 29 } nav_highlight_t;
30 30
31 int mp_dvdnav_number_of_subs(stream_t *stream); 31 int mp_dvdnav_number_of_subs(stream_t *stream);
32 int mp_dvdnav_aid_from_audio_num(stream_t *stream, int audio_num); 32 int mp_dvdnav_aid_from_audio_num(stream_t *stream, int audio_num);
33 int mp_dvdnav_aid_from_lang(stream_t *stream, unsigned char *language); 33 int mp_dvdnav_aid_from_lang(stream_t *stream, const unsigned char *language);
34 int mp_dvdnav_lang_from_aid(stream_t *stream, int id, unsigned char *buf); 34 int mp_dvdnav_lang_from_aid(stream_t *stream, int id, unsigned char *buf);
35 int mp_dvdnav_sid_from_lang(stream_t *stream, unsigned char *language); 35 int mp_dvdnav_sid_from_lang(stream_t *stream, const unsigned char *language);
36 int mp_dvdnav_lang_from_sid(stream_t *stream, int sid, unsigned char *buf); 36 int mp_dvdnav_lang_from_sid(stream_t *stream, int sid, unsigned char *buf);
37 void mp_dvdnav_handle_input(stream_t *stream, int cmd, int *button); 37 void mp_dvdnav_handle_input(stream_t *stream, int cmd, int *button);
38 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);
39 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);
40 unsigned int *mp_dvdnav_get_spu_clut(stream_t *stream); 40 unsigned int *mp_dvdnav_get_spu_clut(stream_t *stream);