summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-10 20:46:15 +0200
committerwm4 <wm4@nowhere>2014-06-11 00:34:46 +0200
commit77a7aa2c41d4d4be2eb2ad099b201d3fdd8f3cc7 (patch)
treed72e8ec7a75a2e6c60060740629062f7bad895c7 /options/options.h
parent7689f5f7cedcafe30d8ede3609cf4f2a3314a1d8 (diff)
downloadmpv-77a7aa2c41d4d4be2eb2ad099b201d3fdd8f3cc7.tar.bz2
mpv-77a7aa2c41d4d4be2eb2ad099b201d3fdd8f3cc7.tar.xz
stream_cdda: remove global option variables
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/options/options.h b/options/options.h
index ec572fe1d1..09567db064 100644
--- a/options/options.h
+++ b/options/options.h
@@ -240,6 +240,9 @@ typedef struct MPOpts {
struct tv_params *tv_params;
struct pvr_params *stream_pvr_opts;
+ struct cdda_params *stream_cdda_opts;
+
+ char *cdrom_device;
struct lavc_param {
int fast;