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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Djacosubdec.c93 ALIGN_JL = 1<<4, // justify left enumerator in enum:__anon3172
119 else if (strstr(directives, "JL")) halign = ALIGN_JL;
125 case ALIGN_VB | ALIGN_JL: av_bprintf(dst, "{\\an1}"); break; // bottom left
128 case ALIGN_VM | ALIGN_JL: av_bprintf(dst, "{\\an4}"); break; // middle left
131 case ALIGN_VT | ALIGN_JL: av_bprintf(dst, "{\\an7}"); break; // top left

Completed in 107 milliseconds