options: support "no-foo" syntax for flag suboptions
commitadfa7bdfb2c61b136b2d15dcae516c0394b2e86b
authorUoti Urpala <uau@mplayer2.org>
Fri, 27 Jul 2012 00:25:34 +0000 (27 03:25 +0300)
committerUoti Urpala <uau@mplayer2.org>
Fri, 27 Jul 2012 00:34:17 +0000 (27 03:34 +0300)
treeb791c3693c412ef9557f85e25f15de40d162f174
parent4d71fb7098f2b1488e514f09298edf764bb0d75b
options: support "no-foo" syntax for flag suboptions

Allow using "no-foo" as an alternative to "foo=no" for flag
suboptions, similarly to what top-level flag options already support.
This means things like "--lavdopts=no-fast" or
"--vo=vdpau:no-chroma-deint" are now supported.
m_config.c