summaryrefslogtreecommitdiffstats
path: root/codec-cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'codec-cfg.c')
-rw-r--r--codec-cfg.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/codec-cfg.c b/codec-cfg.c
index 48cbfc6084..d7a085351f 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -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;