summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-09-19 16:56:15 -0500
committerDudemanguy <random342@airmail.cc>2023-09-22 14:20:38 +0000
commit6d07c8bd3611474bc156d256e09f41297b80af69 (patch)
tree0ee68041898a9874b521551ab6298a25603386e6 /options/options.h
parent8a7704ea8928f0a7342757e89c64f022a21cdef8 (diff)
downloadmpv-6d07c8bd3611474bc156d256e09f41297b80af69.tar.bz2
mpv-6d07c8bd3611474bc156d256e09f41297b80af69.tar.xz
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.
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h6
1 files changed, 3 insertions, 3 deletions
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;