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