From 6d07c8bd3611474bc156d256e09f41297b80af69 Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Tue, 19 Sep 2023 16:56:15 -0500 Subject: options: rename some opt structs to *_opts instead of *_params Purely cosmetic, but this weird inconsistency bothered me. There's techincally vd_lacv_params and ad_lavc_params too, but encode is special and maybe shouldn't exist so we'll just leave that alone. --- options/options.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index 498d4aae85..2182e25397 100644 --- a/options/options.h +++ b/options/options.h @@ -322,9 +322,9 @@ 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; + struct cdda_opts *stream_cdda_opts; + struct dvb_opts *stream_dvb_opts; + struct lavf_opts *stream_lavf_opts; char *bluray_device; -- cgit v1.2.3