Home
last modified time | relevance | path

Searched defs:DrawTextContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_drawtext.c145 typedef struct DrawTextContext { struct
146 const AVClass *class;
147 int exp_mode; ///< expansion mode to use for the text
148 int reinit; ///< tells if the filter is being reinited
150 uint8_t *font; ///< font to be used
152 uint8_t *fontfile; ///< font to be used
153 uint8_t *text; ///< text to be drawn
154 AVBPrint expanded_text; ///< used to contain the expanded text
155 uint8_t *fontcolor_expr; ///< fontcolor expression to evaluate
156 AVBPrint expanded_fontcolor; ///< used to contain the expanded fontcolor spec
[all …]