From f1d161d55f458cf47e63d1ab9ddf08859019dd8a Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 12 Aug 2017 23:08:48 +0200 Subject: player: make --lavfi-complex changeable at runtime Tends to be somewhat glitchy if subtitles are enabled, and you enable and disable tracks. On error, this will disable --lavfi-complex, which will result in whatever behavior. --- options/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options/options.c') diff --git a/options/options.c b/options/options.c index b13d9e5803..30249467aa 100644 --- a/options/options.c +++ b/options/options.c @@ -362,7 +362,7 @@ const m_option_t mp_opts[] = { OPT_STRINGLIST("alang", stream_lang[STREAM_AUDIO], 0), OPT_STRINGLIST("slang", stream_lang[STREAM_SUB], 0), - OPT_STRING("lavfi-complex", lavfi_complex, 0), + OPT_STRING("lavfi-complex", lavfi_complex, UPDATE_LAVFI_COMPLEX), OPT_CHOICE("audio-display", audio_display, 0, ({"no", 0}, {"attachment", 1})), -- cgit v1.2.3