comparison codec-cfg.c @ 321:237b5f54bb78

flags seekable
author szabii
date Mon, 09 Apr 2001 21:28:44 +0000
parents 5427ff3e2e9d
children fc98b6c3a3dc
comparison
equal deleted inserted replaced
320:5427ff3e2e9d 321:237b5f54bb78
438 } else if (!strcmp(token[0], "flags")) { 438 } else if (!strcmp(token[0], "flags")) {
439 if (!(state & GOT_NAME)) 439 if (!(state & GOT_NAME))
440 goto parse_error_out; 440 goto parse_error_out;
441 if (get_token(1, 1) < 0) 441 if (get_token(1, 1) < 0)
442 goto parse_error_out; 442 goto parse_error_out;
443 #warning FIXME flags meg nincs implementalva... 443 if (!strcmp(token[0], "seekable"))
444 printf("\n\nUssetek!!!\n\n"); 444 codec->flags |= CODECS_FLAG_SEEKABLE;
445 else
446 goto parse_error_out;
445 } else if (!strcmp(token[0], "status")) { 447 } else if (!strcmp(token[0], "status")) {
446 if (!(state & GOT_NAME)) 448 if (!(state & GOT_NAME))
447 goto parse_error_out; 449 goto parse_error_out;
448 if (get_token(1, 1) < 0) 450 if (get_token(1, 1) < 0)
449 goto parse_error_out; 451 goto parse_error_out;