]> granicus.if.org Git - libass/commit
Add ass_set_storage_size and fix related scaling issues
authorOleg Oshmyan <chortos@inbox.lv>
Wed, 22 Aug 2012 21:59:46 +0000 (00:59 +0300)
committerGrigori Goronzy <greg@blackbox>
Sun, 3 Mar 2013 22:17:50 +0000 (23:17 +0100)
commit0e1702ad7a6a827d400c87b7a98aea11e54d2127
treeb10acef8f093190ff44eb243040b26873020bb22
parent340ff8f4cbde87d2ce7d1133889e3afdd66d4e06
Add ass_set_storage_size and fix related scaling issues

\blur radius is not scaled from script to storage resolution
but is scaled from storage to display resolution. The same
applies to borders and shadows if ScaledBorderAndShadow is "no".
(If it is "yes", borders and shadows are scaled from script
to display resolution just like before.)
libass/ass.h
libass/ass_render.c
libass/ass_render.h
libass/ass_render_api.c
libass/libass.sym