Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Djacosubdec.c87 ALIGN_VM = 1<<1, // vertical middle enumerator
113 else if (strstr(directives, "VM")) valign = ALIGN_VM; in jacosub_to_ass()
125 case ALIGN_VM | ALIGN_JL: av_bprintf(dst, "{\\an4}"); break; // middle left in jacosub_to_ass()
126 case ALIGN_VM | ALIGN_JC: av_bprintf(dst, "{\\an5}"); break; // middle center in jacosub_to_ass()
127 case ALIGN_VM | ALIGN_JR: av_bprintf(dst, "{\\an6}"); break; // middle right in jacosub_to_ass()