Searched refs:font_buf (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmicrodvddec.c325 AVBPrint font_buf; local
334 av_bprint_init(&font_buf, 0, AV_BPRINT_SIZE_AUTOMATIC);
335 av_bprintf(&font_buf, "%s", ASS_DEFAULT_FONT);
358 av_bprint_clear(&font_buf);
359 av_bprintf(&font_buf, "%.*s",
365 return ff_ass_subtitle_header(avctx, font_buf.str, font_size, color,

Completed in 69 milliseconds