Inspired by a patch from Michal Wazgird <mplayer@cyryl.net>
See https://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2014-November/072772.html
case 'C':
tag.persistent = MICRODVD_PERSISTENT_ON;
case 'c':
case 'C':
tag.persistent = MICRODVD_PERSISTENT_ON;
case 'c':
+ while (*s == '$' || *s == '#')
s++;
tag.data1 = strtol(s, &s, 16) & 0x00ffffff;
if (*s != '}')
s++;
tag.data1 = strtol(s, &s, 16) & 0x00ffffff;
if (*s != '}')