Searched refs:ftid (Results 1 – 1 of 1) sorted by relevance
247 static void drawtext(AVFrame *pic, int x, int y, int ftid, const uint8_t *color, const char *fmt, .… in drawtext() argument255 if (ftid == FONT16) font = avpriv_vga16_font, font_height = 16; in drawtext()256 else if (ftid == FONT8) font = avpriv_cga_font, font_height = 8; in drawtext()