From 5f2dfaa377c4afbfc6e456e5cd0b41a8bb5a7ee0 Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Thu, 6 Aug 2009 13:17:21 +0200 Subject: Use int for ScaledBorderAndShadow Convert type for consistency with other booleans/flags that also use int. --- libass/ass_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libass/ass_types.h b/libass/ass_types.h index cebce9f..d6a0111 100644 --- a/libass/ass_types.h +++ b/libass/ass_types.h @@ -112,7 +112,7 @@ typedef struct ass_track { int PlayResY; double Timer; int WrapStyle; - char ScaledBorderAndShadow; + int ScaledBorderAndShadow; int default_style; // index of default style char *name; // file name in case of external subs, 0 for streams -- cgit v1.2.3