From: Oleg Oshmyan Date: Tue, 3 Dec 2013 02:19:05 +0000 (+0000) Subject: Parse Angle overrides as floating-point numbers X-Git-Tag: 0.11.0~44^2~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34446ac23ac02adde3eb74e3dba02041f513549a;p=libass Parse Angle overrides as floating-point numbers This complements 5903771e. --- diff --git a/libass/ass.c b/libass/ass.c index 262a16a..31f506d 100644 --- a/libass/ass.c +++ b/libass/ass.c @@ -441,7 +441,7 @@ void ass_process_force_style(ASS_Track *track) INTVAL(Underline) INTVAL(StrikeOut) FPVAL(Spacing) - INTVAL(Angle) + FPVAL(Angle) INTVAL(BorderStyle) INTVAL(Alignment) INTVAL(MarginL)