Lines Matching defs:list_dither
40 char *list_dither;
100 if (c->list_dither) {
101 if (!strcmp(c->list_dither, "colors")) {
103 } else if (!strcmp(c->list_dither, "charsets")) {
105 } else if (!strcmp(c->list_dither, "algorithms")) {
107 } else if (!strcmp(c->list_dither, "antialiases")) {
111 "Invalid argument '%s', for 'list_dither' option\n"
113 c->list_dither);
207 { "list_dither", "list available dither options", OFFSET(list_dither), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 1, ENC, "list_dither" },
208 { "algorithms", NULL, 0, AV_OPT_TYPE_CONST, {.str = "algorithms"}, 0, 0, ENC, "list_dither" },
209 { "antialiases", NULL, 0, AV_OPT_TYPE_CONST, {.str = "antialiases"},0, 0, ENC, "list_dither" },
210 { "charsets", NULL, 0, AV_OPT_TYPE_CONST, {.str = "charsets"}, 0, 0, ENC, "list_dither" },
211 { "colors", NULL, 0, AV_OPT_TYPE_CONST, {.str = "colors"}, 0, 0, ENC, "list_dither" },