mirror of
https://github.com/mpv-player/mpv
synced 2024-12-31 19:52:16 +00:00
m_config: make option setting always call m_config_set_option_raw()
This makes m_config_set_option_raw() the function that is always called on the lowest level (as leaf function for all other functions). To do this, m_config_parse_option() has to do something special to deal with "impure" options like --vf-add, which work on the previous option value, instead of fully replacing it. m_config_set_option_raw() itself always completely replaced the previous value.
This commit is contained in:
parent
7fa26bfd9c
commit
d1d5e9dda4