Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dsrtdec.c42 const int scaled_y = cy * (int64_t)ASS_DEFAULT_PLAYRESY / 480; in srt_to_ass() local
43 av_bprintf(dst, "{\\an5}{\\pos(%d,%d)}", scaled_x, scaled_y); in srt_to_ass()
47 const int scaled_y = y1 * (int64_t)ASS_DEFAULT_PLAYRESY / 480; in srt_to_ass() local
48 av_bprintf(dst, "{\\an1}{\\pos(%d,%d)}", scaled_x, scaled_y); in srt_to_ass()