Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmovtextenc.c40 #define STYL_BOX (1<<0) macro
105 if ((s->box_flags & STYL_BOX) && s->count) { in encode_styl()
362 s->box_flags &= ~STYL_BOX; in mov_text_style_start()
368 s->box_flags |= STYL_BOX; in mov_text_style_start()
H A Dmovtextdec.c39 #define STYL_BOX (1<<0) macro
118 if (m->box_flags & STYL_BOX) { in mov_text_cleanup()
288 m->box_flags |= STYL_BOX; in decode_styl()
369 if ((m->box_flags & STYL_BOX) && entry < m->style_entries) { in text_to_ass()

Completed in 2 milliseconds