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:
eugeni 2008-08-07 22:20:52 +00:00
parent 1670e33e21
commit 054f28e2d1
1 changed files with 1 additions and 1 deletions

View File

@ -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