mirror of
https://github.com/mpv-player/mpv
synced 2024-12-12 01:46:16 +00:00
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;
|
goto parse_error_out;
|
||||||
if (get_token(1, 1) < 0)
|
if (get_token(1, 1) < 0)
|
||||||
goto parse_error_out;
|
goto parse_error_out;
|
||||||
if (!strcasecmp(token[0], "rulz"))
|
if (!strcasecmp(token[0], ":-)"))
|
||||||
codec->status = CODECS_STATUS_WORKING;
|
codec->status = CODECS_STATUS_WORKING;
|
||||||
else if (!strcasecmp(token[0], "suxx"))
|
else if (!strcasecmp(token[0], ":-("))
|
||||||
codec->status = CODECS_STATUS_NOT_WORKING;
|
codec->status = CODECS_STATUS_NOT_WORKING;
|
||||||
else if (!strcasecmp(token[0], "checkthiz"))
|
else if (!strcasecmp(token[0], "X-("))
|
||||||
codec->status = CODECS_STATUS_UNTESTED;
|
codec->status = CODECS_STATUS_UNTESTED;
|
||||||
else if (!strcasecmp(token[0], "notsogood"))
|
else if (!strcasecmp(token[0], ":-|"))
|
||||||
codec->status = CODECS_STATUS_PROBLEMS;
|
codec->status = CODECS_STATUS_PROBLEMS;
|
||||||
else
|
else
|
||||||
goto parse_error_out;
|
goto parse_error_out;
|
||||||
|
Loading…
Reference in New Issue
Block a user