diff libass/ass.c @ 22259:cb409839a110

Correct implementation of text spacing.
author eugeni
date Mon, 19 Feb 2007 18:01:49 +0000
parents 7af6c25a0cfc
children 1bf17db53cc3
line wrap: on
line diff
--- a/libass/ass.c	Mon Feb 19 17:44:29 2007 +0000
+++ b/libass/ass.c	Mon Feb 19 18:01:49 2007 +0000
@@ -352,7 +352,7 @@
 					INTVAL(Italic)
 					INTVAL(Underline)
 					INTVAL(StrikeOut)
-					INTVAL(Spacing)
+					FPVAL(Spacing)
 					INTVAL(Angle)
 					INTVAL(BorderStyle)
 					INTVAL(Alignment)
@@ -440,7 +440,7 @@
 			INTVAL(Italic)
 			INTVAL(Underline)
 			INTVAL(StrikeOut)
-			INTVAL(Spacing)
+			FPVAL(Spacing)
 			INTVAL(Angle)
 			INTVAL(BorderStyle)
 			INTVAL(Alignment)