mirror of https://github.com/mpv-player/mpv
status
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@321 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d90e255e2c
commit
42efa28812
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue