mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-22 10:57:08 +00:00
f_decoder_wrapper: allow changing --ad and --vd at runtime
This commit is contained in:
@@ -114,8 +114,10 @@ const struct m_sub_options dec_wrapper_conf = {
|
||||
{"correct-pts", OPT_BOOL(correct_pts)},
|
||||
{"container-fps-override", OPT_DOUBLE(fps_override), M_RANGE(0, DBL_MAX)},
|
||||
{"ad", OPT_STRING(audio_decoders),
|
||||
.flags = UPDATE_AD,
|
||||
.help = decoder_list_help},
|
||||
{"vd", OPT_STRING(video_decoders),
|
||||
.flags = UPDATE_VD,
|
||||
.help = decoder_list_help},
|
||||
{"audio-spdif", OPT_STRING(audio_spdif),
|
||||
.help = decoder_list_help},
|
||||
|
||||
Reference in New Issue
Block a user