diff stream/stream_dvdnav.h @ 34651:e4de3e6665ae

Fix compilation after r34736.
author cehoyos
date Sun, 19 Feb 2012 14:58:53 +0000
parents c52e80f24086
children
line wrap: on
line diff
--- a/stream/stream_dvdnav.h	Sun Feb 19 13:49:04 2012 +0000
+++ b/stream/stream_dvdnav.h	Sun Feb 19 14:58:53 2012 +0000
@@ -31,9 +31,7 @@
 int mp_dvdnav_number_of_subs(stream_t *stream);
 int mp_dvdnav_aid_from_audio_num(stream_t *stream, int audio_num);
 int mp_dvdnav_aid_from_lang(stream_t *stream, const 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, const 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);