mirror of https://github.com/mpv-player/mpv
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.
This commit is contained in:
parent
8a7704ea89
commit
6d07c8bd36
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue