Home
last modified time | relevance | path

Searched refs:text_source_string (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_drawtext.c204 char *text_source_string; ///< the string to specify text data source member
253 …{"text_source", "the source of text", OFFSET(text_source_string), AV_OPT_TYPE_STRING, {.str=NULL},…
698 static enum AVFrameSideDataType text_source_string_parse(const char *text_source_string) in text_source_string_parse() argument
700 av_assert0(text_source_string); in text_source_string_parse()
701 if (!strcmp(text_source_string, "side_data_detection_bboxes")) { in text_source_string_parse()
749 if (s->text_source_string) { in init()
750 s->text_source = text_source_string_parse(s->text_source_string); in init()
752 av_log(ctx, AV_LOG_ERROR, "Error text source: %s\n", s->text_source_string); in init()