Searched refs:ALIGN_VB (Results 1 – 1 of 1) sorted by relevance
86 ALIGN_VB = 1<<0, // vertical bottom, default enumerator112 if (strstr(directives, "VB")) valign = ALIGN_VB; in jacosub_to_ass()119 if (!valign) valign = ALIGN_VB; in jacosub_to_ass()122 case ALIGN_VB | ALIGN_JL: av_bprintf(dst, "{\\an1}"); break; // bottom left in jacosub_to_ass()123 case ALIGN_VB | ALIGN_JC: av_bprintf(dst, "{\\an2}"); break; // bottom center in jacosub_to_ass()124 case ALIGN_VB | ALIGN_JR: av_bprintf(dst, "{\\an3}"); break; // bottom right in jacosub_to_ass()