Home
last modified time | relevance | path

Searched refs:demux_opts (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/mpv/mpv-0.34.1/options/
H A Doptions.h328 struct demux_opts *demux_opts; member
H A Doptions.c778 {"", OPT_SUBSTRUCT(demux_opts, demux_conf)},
/dports/multimedia/mpv/mpv-0.34.1/demux/
H A Ddemux.c87 struct demux_opts { struct
108 #define OPT_BASE_STRUCT struct demux_opts argument
145 .size = sizeof(struct demux_opts),
146 .defaults = &(const struct demux_opts){
188 struct demux_opts *opts;
2466 struct demux_opts *opts = in->opts; in update_opts()
3209 static void demux_init_ccs(struct demuxer *demuxer, struct demux_opts *opts) in demux_init_ccs()
3259 struct demux_opts *opts = opts_cache->opts; in open_given_type()