Mercurial > mplayer.hg
changeset 321:237b5f54bb78
flags seekable
author | szabii |
---|---|
date | Mon, 09 Apr 2001 21:28:44 +0000 |
parents | 5427ff3e2e9d |
children | 4e69a8e2700a |
files | codec-cfg.c |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/codec-cfg.c Mon Apr 09 21:06:54 2001 +0000 +++ b/codec-cfg.c Mon Apr 09 21:28:44 2001 +0000 @@ -440,8 +440,10 @@ 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;