summaryrefslogtreecommitdiffstats
path: root/libass/ass_shaper.h
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2011-07-06 23:37:01 +0200
committerGrigori Goronzy <greg@blackbox>2011-07-06 23:37:01 +0200
commit5b9dec61a50fb3974809a18479dd0d33ccbb8792 (patch)
treea9d700209f33e3820ac315eb27528beacc39e60e /libass/ass_shaper.h
parent3bb8743641c398e0807322ea74754d7e54fbbc3d (diff)
downloadlibass-5b9dec61a50fb3974809a18479dd0d33ccbb8792.tar.bz2
libass-5b9dec61a50fb3974809a18479dd0d33ccbb8792.tar.xz
shaper: print version info string
Diffstat (limited to 'libass/ass_shaper.h')
-rw-r--r--libass/ass_shaper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libass/ass_shaper.h b/libass/ass_shaper.h
index 7dc2f27..597e4df 100644
--- a/libass/ass_shaper.h
+++ b/libass/ass_shaper.h
@@ -21,6 +21,7 @@
#include <fribidi/fribidi.h>
+void ass_shaper_info(ASS_Library *lib);
void ass_shaper_shape(TextInfo *text_info, FriBidiCharType *ctypes,
FriBidiLevel *emblevels);
void ass_shaper_reorder(TextInfo *text_info, FriBidiCharType *ctypes,