From 8a7704ea8928f0a7342757e89c64f022a21cdef8 Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Tue, 19 Sep 2023 16:51:43 -0500 Subject: stream_bluray: move --bluray-device to stream_bluray_opts Similar to the previous commit. There's no reason for --bluray-device to be in MPOpts. Make a specific subopt for stream_bluray and use that instead so we can remove the mp_read_option_raw call. --- options/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index 6f3d80239f..498d4aae85 100644 --- a/options/options.h +++ b/options/options.h @@ -321,6 +321,7 @@ typedef struct MPOpts { int w32_priority; + struct bluray_opts *stream_bluray_opts; struct cdda_params *stream_cdda_opts; struct dvb_params *stream_dvb_opts; struct stream_lavf_params *stream_lavf_opts; -- cgit v1.2.3