Go to the documentation of this file.
26 "< hello < 2000 > world >",
28 "< font color=red >red</font>",
31 "<b> foo <I> bar </B> bla </i>",
33 "A<br>B<BR/>C<br / >D< Br >E<brk><brk/>",
#define AV_BPRINT_SIZE_UNLIMITED
int av_bprint_finalize(AVBPrint *buf, char **ret_str)
Finalize a print buffer.
void av_bprint_init(AVBPrint *buf, unsigned size_init, unsigned size_max)
static const char *const test_cases[]
printf("static const uint8_t my_array[100] = {\n")
#define i(width, name, range_min, range_max)
int ff_htmlmarkup_to_ass(void *log_ctx, AVBPrint *dst, const char *in)
#define FF_ARRAY_ELEMS(a)
void av_bprint_clear(AVBPrint *buf)
Reset the string to "" but keep internal allocated data.