summaryrefslogtreecommitdiffstats
path: root/codec-cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'codec-cfg.c')
-rw-r--r--codec-cfg.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/codec-cfg.c b/codec-cfg.c
index 7ab43fcf20..48cbfc6084 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -447,13 +447,13 @@ codecs_t *parse_codec_cfg(char *cfgfile)
goto parse_error_out;
if (get_token(1, 1) < 0)
goto parse_error_out;
- if (!strcasecmp(token[0], "rulz"))
+ if (!strcasecmp(token[0], ":-)"))
codec->status = CODECS_STATUS_WORKING;
- else if (!strcasecmp(token[0], "suxx"))
+ else if (!strcasecmp(token[0], ":-("))
codec->status = CODECS_STATUS_NOT_WORKING;
- else if (!strcasecmp(token[0], "checkthiz"))
+ else if (!strcasecmp(token[0], "X-("))
codec->status = CODECS_STATUS_UNTESTED;
- else if (!strcasecmp(token[0], "notsogood"))
+ else if (!strcasecmp(token[0], ":-|"))
codec->status = CODECS_STATUS_PROBLEMS;
else
goto parse_error_out;