mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 10:02:17 +00:00
Reduce size of non-blurred bitmaps.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19962 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
50d2386180
commit
f21b92e1a5
@ -183,7 +183,7 @@ static void fix_outline(bitmap_t* bm_g, bitmap_t* bm_o)
|
||||
|
||||
int glyph_to_bitmap(ass_synth_priv_t* priv, FT_Glyph glyph, FT_Glyph outline_glyph, bitmap_t** bm_g, bitmap_t** bm_o, int be)
|
||||
{
|
||||
const int bord = ceil(blur_radius);
|
||||
const int bord = be ? ceil(blur_radius) : 0;
|
||||
|
||||
assert(bm_g && bm_o);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user