summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-07-13 00:56:48 +0200
committerwm4 <wm4@nowhere>2019-09-19 20:37:05 +0200
commit4e6ede3c537c5937f12eeb50819d53d5dd13c9dc (patch)
treece19a8f9c1934754dbfb7cd7c10c2cfa479fe03e /stream
parent059262c7466b4de5349aa0153312b0f44f9ef8ef (diff)
downloadmpv-4e6ede3c537c5937f12eeb50819d53d5dd13c9dc.tar.bz2
mpv-4e6ede3c537c5937f12eeb50819d53d5dd13c9dc.tar.xz
m_config: simplify some minor crap
m_config has a m_config_option array, that is used for all option access. The code maintaining shadow copies also tried to make use of it, and did so by "cleverly" assigning each m_sub_options run a slice of that array. But actually it's much simpler to, you know, directly access the damn options. This helps separation m_config and the general option code slightly. Still seems to work after a superficial test, good enough.
Diffstat (limited to 'stream')
0 files changed, 0 insertions, 0 deletions