dvbsubtitle: use transp bg

Origin commit data
------------------
Commit: 21aa251ef7
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-06-22 (Sat, 22 Jun 2019)
This commit is contained in:
Jacek Jendrzej
2019-06-22 20:53:11 +02:00
committed by vanhofen
parent 5a2cb7bd97
commit 8b94defc8e

View File

@@ -138,7 +138,7 @@ void cDvbSubtitleBitmaps::Draw(int &min_x, int &min_y, int &max_x, int &max_y)
fb_pixel_t * newdata = simple_resize32 (sub.rects[i]->data[0], colors, sub.rects[i]->nb_colors, width, height, nw, nh);
#endif
CFrameBuffer::getInstance()->blit2FB(newdata, nw, nh, xoff, yoff, 0, 0);
CFrameBuffer::getInstance()->blit2FB(newdata, nw, nh, xoff, yoff, 0, 0, true);
if(min_x > xoff)
min_x = xoff;