Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Djacosubdec.c91 ALIGN_JL = 1<<4, // justify left enumerator
117 else if (strstr(directives, "JL")) halign = ALIGN_JL; in jacosub_to_ass()
123 case ALIGN_VB | ALIGN_JL: av_bprintf(dst, "{\\an1}"); break; // bottom left in jacosub_to_ass()
126 case ALIGN_VM | ALIGN_JL: av_bprintf(dst, "{\\an4}"); break; // middle left in jacosub_to_ass()
129 case ALIGN_VT | ALIGN_JL: av_bprintf(dst, "{\\an7}"); break; // top left in jacosub_to_ass()

Completed in 1 milliseconds