summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvd.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_dvd.h')
-rw-r--r--stream/stream_dvd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/stream/stream_dvd.h b/stream/stream_dvd.h
index fe52d4399a..ff6cb771d2 100644
--- a/stream/stream_dvd.h
+++ b/stream/stream_dvd.h
@@ -57,8 +57,6 @@ typedef struct {
} dvd_priv_t;
int dvd_number_of_subs(stream_t *stream);
-int dvd_lang_from_aid(stream_t *stream, int id);
-int dvd_lang_from_sid(stream_t *stream, int id);
int dvd_aid_from_lang(stream_t *stream, char **lang);
int dvd_sid_from_lang(stream_t *stream, char **lang);
int dvd_chapter_from_cell(dvd_priv_t *dvd,int title,int cell);