Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Djacosubdec.c90 ALIGN_JC = 1<<3, // justify center, default enumerator
116 if (strstr(directives, "JC")) halign = ALIGN_JC; in jacosub_to_ass()
121 if (!halign) halign = ALIGN_JC; in jacosub_to_ass()
124 case ALIGN_VB | ALIGN_JC: av_bprintf(dst, "{\\an2}"); break; // bottom center in jacosub_to_ass()
127 case ALIGN_VM | ALIGN_JC: av_bprintf(dst, "{\\an5}"); break; // middle center in jacosub_to_ass()
130 case ALIGN_VT | ALIGN_JC: av_bprintf(dst, "{\\an8}"); break; // top center in jacosub_to_ass()

Completed in 2 milliseconds