RAW_FMT
if (strstr(s, RAW_FMT) == s && *(s + strlen(RAW_FMT)) == ':') {
*ret = s + strlen(RAW_FMT) + 1;
if (strcasecmp(ext, RAW_FMT) == 0)