From 39c818a5514581145328ab03863701d2a975821d Mon Sep 17 00:00:00 2001 From: eugeni Date: Mon, 19 Feb 2007 18:01:49 +0000 Subject: Correct implementation of text spacing. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22277 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libass/ass_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libass/ass_types.h') 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; -- cgit v1.2.3