Searched refs:boxcolor_string (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_drawtext.c113 char *boxcolor_string; ///< box color as string member in struct:__anon2074
150 {"boxcolor", "set box color", OFFSET(boxcolor_string), AV_OPT_TYPE_STRING, {.str=NULL}, CHAR_MIN, CHAR_MAX },
286 dtext->boxcolor_string = av_strdup("white");
334 if ((err = av_parse_color(dtext->boxcolor_rgba, dtext->boxcolor_string, -1, ctx))) {
336 "Invalid box color '%s'\n", dtext->boxcolor_string);
414 av_freep(&dtext->boxcolor_string);

Completed in 83 milliseconds