summaryrefslogtreecommitdiffstats
path: root/playlist_parser.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-06 17:45:17 +0200
committerwm4 <wm4@nowhere>2012-08-06 17:45:17 +0200
commit7aae399239d02e48de9060dded1d0232310d2141 (patch)
treec4ede71396dccdc0a661d28fb4089af4c279aa05 /playlist_parser.h
parent0c1dd8a8f54a152755faef3d323ce6fdc7d63f73 (diff)
downloadmpv-7aae399239d02e48de9060dded1d0232310d2141.tar.bz2
mpv-7aae399239d02e48de9060dded1d0232310d2141.tar.xz
m_config: support auto-allocated sub-structs
Given your option struct has a field that is a pointer to another struct, this commit allows you to declare options that write into that other struct. The code in m_config will dereference the pointer field on its own if such an option is accessed. If the field is NULL on initialization of the containing m_config, the struct is automatically allocated. OPT_SUBSTRUCT() can be used to declare such a field. struct m_sub_options is used to describe the pointed-to struct, and includes size and defaults if the struct has to be allocated by m_config.
Diffstat (limited to 'playlist_parser.h')
0 files changed, 0 insertions, 0 deletions