diff 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
line wrap: on
line diff
--- a/stream/stream_dvdnav.h	Sat Jun 07 12:42:40 2008 +0000
+++ b/stream/stream_dvdnav.h	Sat Jun 07 12:57:23 2008 +0000
@@ -16,11 +16,11 @@
   uint32_t palette;
 } nav_highlight_t;
 
-int dvdnav_number_of_subs(stream_t *stream);
-int dvdnav_aid_from_lang(stream_t *stream, unsigned char *language);
-int dvdnav_lang_from_aid(stream_t *stream, int id, unsigned char *buf);
-int dvdnav_sid_from_lang(stream_t *stream, unsigned char *language);
-int dvdnav_lang_from_sid(stream_t *stream, int sid, unsigned char *buf);
+int mp_dvdnav_number_of_subs(stream_t *stream);
+int mp_dvdnav_aid_from_lang(stream_t *stream, unsigned char *language);
+int mp_dvdnav_lang_from_aid(stream_t *stream, int id, unsigned char *buf);
+int mp_dvdnav_sid_from_lang(stream_t *stream, unsigned char *language);
+int mp_dvdnav_lang_from_sid(stream_t *stream, int sid, unsigned char *buf);
 void mp_dvdnav_handle_input(stream_t *stream, int cmd, int *button);
 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);