From 6ea9ec9931d3cb65f812b79fec6c14eab7d05070 Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Tue, 19 Sep 2023 16:14:24 -0500 Subject: 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. --- options/options.h | 1 - 1 file changed, 1 deletion(-) (limited to 'options/options.h') 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; -- cgit v1.2.3