summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvd.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-10 22:09:27 +0200
committerwm4 <wm4@nowhere>2014-06-11 00:39:06 +0200
commit35e6d1abe0315caee3f21ca3853d76423baa0c91 (patch)
treee17f0f7f035cf8c5ee3cd5aab741bddc1a134b36 /stream/stream_dvd.h
parent959b718957527710b4bcf6e7227a0beaeb034137 (diff)
downloadmpv-35e6d1abe0315caee3f21ca3853d76423baa0c91.tar.bz2
mpv-35e6d1abe0315caee3f21ca3853d76423baa0c91.tar.xz
stream_dvd, stream_dvdnav, stream_bluray: remove global option variables
Diffstat (limited to 'stream/stream_dvd.h')
-rw-r--r--stream/stream_dvd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/stream/stream_dvd.h b/stream/stream_dvd.h
index 29087c93d9..0f509b3e35 100644
--- a/stream/stream_dvd.h
+++ b/stream/stream_dvd.h
@@ -55,6 +55,11 @@ typedef struct {
int nr_of_subtitles;
stream_language_t subtitles[32];
+ int dvd_angle;
+ char *dvd_device_current;
+ int dvd_speed;
+ int dvd_title;
+
int cfg_title;
char *cfg_device;
} dvd_priv_t;