summaryrefslogtreecommitdiffstats
path: root/libass/ass_types.h
diff options
context:
space:
mode:
authoreugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-19 18:01:49 +0000
committereugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-19 18:01:49 +0000
commit39c818a5514581145328ab03863701d2a975821d (patch)
tree01995f672eec1268c86b6fb6dcc360b402c85a68 /libass/ass_types.h
parentbeaa890438c4ce54487c1194bf0b08652361ccf9 (diff)
downloadmpv-39c818a5514581145328ab03863701d2a975821d.tar.bz2
mpv-39c818a5514581145328ab03863701d2a975821d.tar.xz
Correct implementation of text spacing.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22277 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libass/ass_types.h')
-rw-r--r--libass/ass_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libass/ass_types.h b/libass/ass_types.h
index 2e3d5b5293..e39a245531 100644
--- a/libass/ass_types.h
+++ b/libass/ass_types.h
@@ -43,7 +43,7 @@ typedef struct ass_style_s {
int StrikeOut;
double ScaleX;
double ScaleY;
- int Spacing;
+ double Spacing;
int Angle;
int BorderStyle;
double Outline;