summaryrefslogtreecommitdiffstats
path: root/libass/ass_types.h
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2013-01-07 20:16:25 +0100
committerGrigori Goronzy <greg@blackbox>2013-01-07 20:18:57 +0100
commit5903771ec9e6a1c6840a3f48fde3fe2bde932326 (patch)
treeb454c918f5af1eacf554edd8277b1620c735e253 /libass/ass_types.h
parent071e23b7f41382fc07d657699574b24827fa240d (diff)
downloadlibass-5903771ec9e6a1c6840a3f48fde3fe2bde932326.tar.bz2
libass-5903771ec9e6a1c6840a3f48fde3fe2bde932326.tar.xz
Parse angle in styles as double number
Similar to VSFilter. Thanks to Iroha for reporting this issue. Note: this breaks the ABI!
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 20fd825..3be1029 100644
--- a/libass/ass_types.h
+++ b/libass/ass_types.h
@@ -50,7 +50,7 @@ typedef struct ass_style {
double ScaleX;
double ScaleY;
double Spacing;
- int Angle;
+ double Angle;
int BorderStyle;
double Outline;
double Shadow;