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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/stream/stream_dvd.h b/stream/stream_dvd.h
index 984d545467..97f2c83eeb 100644
--- a/stream/stream_dvd.h
+++ b/stream/stream_dvd.h
@@ -54,6 +54,9 @@ typedef struct {
// subtitles
int nr_of_subtitles;
stream_language_t subtitles[32];
+
+ int cfg_title;
+ char *cfg_device;
} dvd_priv_t;
int dvd_number_of_subs(stream_t *stream);