Files
mpv/options
wm4 d1d5e9dda4 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.
2016-09-17 17:47:22 +02:00
..
2016-09-17 17:04:13 +02:00
2016-09-17 17:04:13 +02:00
2015-04-13 12:10:01 +02:00
2015-04-13 12:10:01 +02:00
2016-01-11 21:05:55 +01:00