]> git.sesse.net Git - vlc/commit
Rethink the configuration item type identifiers to give more space
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 29 Jun 2011 19:57:15 +0000 (22:57 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 29 Jun 2011 20:32:09 +0000 (23:32 +0300)
commit20692b9c217819421844394feeffd105fb12f00c
tree3f6d236a8448694c4fdbaad7e3cd910ab7f28856
parent8aeec8a448710f3544d31bb2d28a748c1936a73d
Rethink the configuration item type identifiers to give more space

Use the high order bits for the intrinsic value type (hint, integer, float
or string) and the low order ones for the more specific sub-types.
include/vlc_configuration.h
src/config/configuration.h
src/config/core.c