mirror of
https://github.com/mpv-player/mpv
synced 2025-03-23 20:00:56 +00:00
Calculate subtitle origin in floating point.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27438 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1670e33e21
commit
054f28e2d1
@ -150,7 +150,7 @@ typedef struct render_context_s {
|
||||
EVENT_VSCROLL // "Scroll up", "Scroll down" transition effects
|
||||
} evt_type;
|
||||
double pos_x, pos_y; // position
|
||||
int org_x, org_y; // origin
|
||||
double org_x, org_y; // origin
|
||||
char have_origin; // origin is explicitly defined; if 0, get_base_point() is used
|
||||
double scale_x, scale_y;
|
||||
double hspacing; // distance between letters, in pixels
|
||||
|
Loading…
Reference in New Issue
Block a user