1
0
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:
wm4 2016-09-17 17:47:22 +02:00
parent 7fa26bfd9c
commit d1d5e9dda4