Revision efc8c709 libavfilter/vf_drawtext.c
libavfilter/vf_drawtext.c | ||
---|---|---|
498 | 498 |
static int draw_glyphs(DrawTextContext *dtext, AVFilterBufferRef *picref, |
499 | 499 |
int width, int height, const uint8_t rgbcolor[4], const uint8_t yuvcolor[4], int x, int y) |
500 | 500 |
{ |
501 |
char *text = dtext->text; |
|
501 |
char *text = HAVE_LOCALTIME_R ? dtext->expanded_text : dtext->text;
|
|
502 | 502 |
uint32_t code = 0; |
503 | 503 |
int i; |
504 | 504 |
uint8_t *p; |
Also available in: Unified diff