summaryrefslogtreecommitdiffstats
path: root/libass/ass_render.c
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_render.c')
-rw-r--r--libass/ass_render.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libass/ass_render.c b/libass/ass_render.c
index 2051cfd..ef1e654 100644
--- a/libass/ass_render.c
+++ b/libass/ass_render.c
@@ -24,6 +24,7 @@
#include <string.h>
#include <stdbool.h>
+#include "ass.h"
#include "ass_outline.h"
#include "ass_render.h"
#include "ass_parse.h"
@@ -50,6 +51,9 @@ ASS_Renderer *ass_renderer_init(ASS_Library *library)
ASS_Renderer *priv = 0;
int vmajor, vminor, vpatch;
+ ass_msg(library, MSGL_INFO, "libass API version: 0x%X", LIBASS_VERSION);
+ ass_msg(library, MSGL_INFO, "libass source: %s", CONFIG_SOURCEVERSION);
+
error = FT_Init_FreeType(&ft);
if (error) {
ass_msg(library, MSGL_FATAL, "%s failed", "FT_Init_FreeType");