]> granicus.if.org Git - libass/commit
Fix blur scaling
authorwm4 <wm4@nowhere>
Tue, 18 Jun 2013 00:14:14 +0000 (02:14 +0200)
committerwm4 <wm4@nowhere>
Sat, 22 Jun 2013 17:07:58 +0000 (19:07 +0200)
commitb992975a3543e7d539e6a3b568dd6b1f198e9561
treea776914a465f3aec22f2ef9aee33e22d18fc254a
parent28908369203be43c32bd1ac499fa3dc825b78c96
Fix blur scaling

Commit 0e1702ad7a6a827d "Add ass_set_storage_size and fix related scaling issues"
attempted to fix blur scaling. This breaks blur scaling for players
which don't call ass_set_storage_size().

This commit reverts the default behavior to the old behavior. The
behavior when ass_set_storage_size() is called should be unchanged.
libass/ass_render.c