Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Djacosubdec.c92 ALIGN_JR = 1<<5, // justify right enumerator
118 else if (strstr(directives, "JR")) halign = ALIGN_JR; in jacosub_to_ass()
125 case ALIGN_VB | ALIGN_JR: av_bprintf(dst, "{\\an3}"); break; // bottom right in jacosub_to_ass()
128 case ALIGN_VM | ALIGN_JR: av_bprintf(dst, "{\\an6}"); break; // middle right in jacosub_to_ass()
131 case ALIGN_VT | ALIGN_JR: av_bprintf(dst, "{\\an9}"); break; // top right in jacosub_to_ass()

Completed in 1 milliseconds