ASS_Image typedef
ASS_Image = ass_image
A linked list of images produced by an ass renderer.
These images have to be rendered in-order for the correct screen composition. The libass renderer clips these bitmaps to the frame size. w/h can be zero, in this case the bitmap should not be rendered at all. The last bitmap row is not guaranteed to be padded up to stride size, e.g. in the worst case a bitmap has the size stride * (h - 1) + w.
Implementation
typedef ASS_Image = ass_image;