Home
last modified time | relevance | path

Searched refs:style_attributes (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmovtextenc.c78 StyleBox *style_attributes; member
117 const StyleBox *style = &s->style_attributes[j]; in encode_styl()
173 av_freep(&s->style_attributes); in mov_text_encode_close()
358 if (s->count + 1 > FFMIN(SIZE_MAX / sizeof(*s->style_attributes), UINT16_MAX) || in mov_text_style_start()
359 !(tmp = av_fast_realloc(s->style_attributes, in mov_text_style_start()
361 (s->count + 1) * sizeof(*s->style_attributes)))) { in mov_text_style_start()
367 s->style_attributes = tmp; in mov_text_style_start()
369 s->style_attributes[s->count++] = s->style_attributes_temp; in mov_text_style_start()