From 35e6d1abe0315caee3f21ca3853d76423baa0c91 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 10 Jun 2014 22:09:27 +0200 Subject: stream_dvd, stream_dvdnav, stream_bluray: remove global option variables --- stream/stream_dvd.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'stream/stream_dvd.h') 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; -- cgit v1.2.3