dvbsubtitle: use transp bg

Origin commit data
------------------
Branch: ni/coolstream
Commit: 21aa251ef7
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-06-22 (Sat, 22 Jun 2019)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2019-06-22 20:53:11 +02:00
committed by vanhofen
parent 47b1e2cc49
commit 9a7437ab54

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;