Searched defs:DrawTextContext (Results 1 – 1 of 1) sorted by relevance
143 typedef struct DrawTextContext { struct144 const AVClass *class;145 int exp_mode; ///< expansion mode to use for the text146 int reinit; ///< tells if the filter is being reinited148 uint8_t *font; ///< font to be used150 uint8_t *fontfile; ///< font to be used151 uint8_t *text; ///< text to be drawn152 AVBPrint expanded_text; ///< used to contain the expanded text153 uint8_t *fontcolor_expr; ///< fontcolor expression to evaluate154 AVBPrint expanded_fontcolor; ///< used to contain the expanded fontcolor spec[all …]