mirror of https://github.com/mpv-player/mpv
options: more detailed output for --vf-... error message
This commit is contained in:
parent
e47a9bd721
commit
ff7a1c21ce
|
@ -2698,9 +2698,11 @@ static int parse_obj_settings_list(struct mp_log *log, const m_option_t *opt,
|
||||||
" Remove the given elements. Take the list element index (starting from 0).\n"
|
" Remove the given elements. Take the list element index (starting from 0).\n"
|
||||||
" Negative index can be used (i.e. -1 is the last element).\n"
|
" Negative index can be used (i.e. -1 is the last element).\n"
|
||||||
" Filter names work as well.\n\n"
|
" Filter names work as well.\n\n"
|
||||||
|
" %s-toggle\n"
|
||||||
|
" Add the filter to the list, or remove it if it's already added.\n\n"
|
||||||
" %s-clr\n"
|
" %s-clr\n"
|
||||||
" Clear the current list.\n",
|
" Clear the current list.\n\n",
|
||||||
BSTR_P(name), BSTR_P(suffix), pre, pre, pre, pre, pre);
|
BSTR_P(name), BSTR_P(suffix), pre, pre, pre, pre, pre, pre);
|
||||||
|
|
||||||
return M_OPT_UNKNOWN;
|
return M_OPT_UNKNOWN;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue