Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Djacosubdec.c88 ALIGN_VT = 1<<2, // vertical top enumerator
114 else if (strstr(directives, "VT")) valign = ALIGN_VT; in jacosub_to_ass()
128 case ALIGN_VT | ALIGN_JL: av_bprintf(dst, "{\\an7}"); break; // top left in jacosub_to_ass()
129 case ALIGN_VT | ALIGN_JC: av_bprintf(dst, "{\\an8}"); break; // top center in jacosub_to_ass()
130 case ALIGN_VT | ALIGN_JR: av_bprintf(dst, "{\\an9}"); break; // top right in jacosub_to_ass()