Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Djacosubdec.c87 ALIGN_VB = 1<<0, // vertical bottom, default enumerator
113 if (strstr(directives, "VB")) valign = ALIGN_VB; in jacosub_to_ass()
120 if (!valign) valign = ALIGN_VB; in jacosub_to_ass()
123 case ALIGN_VB | ALIGN_JL: av_bprintf(dst, "{\\an1}"); break; // bottom left in jacosub_to_ass()
124 case ALIGN_VB | ALIGN_JC: av_bprintf(dst, "{\\an2}"); break; // bottom center in jacosub_to_ass()
125 case ALIGN_VB | ALIGN_JR: av_bprintf(dst, "{\\an3}"); break; // bottom right in jacosub_to_ass()

Completed in 1 milliseconds