summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-09-19 16:14:24 -0500
committerDudemanguy <random342@airmail.cc>2023-09-22 14:20:38 +0000
commit6ea9ec9931d3cb65f812b79fec6c14eab7d05070 (patch)
tree6893483f646ad0a17ab6ee1e9e8e92f4dcc89cde /options/options.h
parentb2edd4312d06de7ced543e2e389c1e3866c27755 (diff)
downloadmpv-6ea9ec9931d3cb65f812b79fec6c14eab7d05070.tar.bz2
mpv-6ea9ec9931d3cb65f812b79fec6c14eab7d05070.tar.xz
stream_cdda: move cdrom-device to cdda_params
There is zero reason for this to be an MPOpt. Because of how the OPT_SUBSTRACT works, the option gets renamed to cdda-device instead, but probably not a big deal since the old alias is still in place.
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/options/options.h b/options/options.h
index 78cbaf92e4..6f3d80239f 100644
--- a/options/options.h
+++ b/options/options.h
@@ -325,7 +325,6 @@ typedef struct MPOpts {
struct dvb_params *stream_dvb_opts;
struct stream_lavf_params *stream_lavf_opts;
- char *cdrom_device;
char *bluray_device;
struct demux_rawaudio_opts *demux_rawaudio;