flags seekable

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@322 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
szabii 2001-04-09 21:28:44 +00:00
parent 42efa28812
commit ca34f5e699
1 changed files with 4 additions and 2 deletions

View File

@ -440,8 +440,10 @@ codecs_t *parse_codec_cfg(char *cfgfile)
goto parse_error_out;
if (get_token(1, 1) < 0)
goto parse_error_out;
#warning FIXME flags meg nincs implementalva...
printf("\n\nUssetek!!!\n\n");
if (!strcmp(token[0], "seekable"))
codec->flags |= CODECS_FLAG_SEEKABLE;
else
goto parse_error_out;
} else if (!strcmp(token[0], "status")) {
if (!(state & GOT_NAME))
goto parse_error_out;