Searched defs:DrawTextContext (Results 1 – 1 of 1) sorted by relevance
145 typedef struct DrawTextContext { struct146 const AVClass *class;147 int exp_mode; ///< expansion mode to use for the text148 int reinit; ///< tells if the filter is being reinited150 uint8_t *font; ///< font to be used152 uint8_t *fontfile; ///< font to be used153 uint8_t *text; ///< text to be drawn154 AVBPrint expanded_text; ///< used to contain the expanded text155 uint8_t *fontcolor_expr; ///< fontcolor expression to evaluate156 AVBPrint expanded_fontcolor; ///< used to contain the expanded fontcolor spec[all …]