Introduce ASS_Shaper object
commit867739ba1b40a035471d2c5e6208d96420cfed95
authorGrigori Goronzy <greg@blackbox>
Wed, 13 Jul 2011 19:52:23 +0000 (13 21:52 +0200)
committerGrigori Goronzy <greg@blackbox>
Wed, 13 Jul 2011 19:52:23 +0000 (13 21:52 +0200)
tree638562878f16218189f548bb40b87a7d897de254
parent84fff91fc561efee329a16705e97ca9505ea93ba
Introduce ASS_Shaper object

Encapsulate all data related to shaping into this new object and migrate
all shaping-related code to it. The object is long-living; arrays are
allocated only once and then grown as needed.
libass/ass_render.c
libass/ass_render.h
libass/ass_shaper.c
libass/ass_shaper.h