Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmovtextdec.c38 #define STYL_BOX (1<<0) macro
125 if (m->box_flags & STYL_BOX) { in mov_text_cleanup()
281 m->box_flags |= STYL_BOX; in decode_styl()
355 if ((m->box_flags & STYL_BOX) && entry < m->style_entries) { in text_to_ass()
Dmovtextenc.c41 #define STYL_BOX (1<<0) macro
107 if ((s->box_flags & STYL_BOX) && s->count) { in encode_styl()
364 s->box_flags &= ~STYL_BOX; in mov_text_style_start()
370 s->box_flags |= STYL_BOX; in mov_text_style_start()