mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-29 00:10:57 +02:00
libeplayer3/continer_ass: crude hack to improve subtitle readability
Origin commit data
------------------
Branch: master
Commit: cf5687bc37
Author: martii <m4rtii@gmx.de>
Date: 2013-07-27 (Sat, 27 Jul 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -155,10 +155,13 @@ static int writeData(void* _call)
|
||||
{
|
||||
k = ((unsigned)src[x]) * opacity / 256;
|
||||
#if 1 // HAVE_SPARK_HARDWARE
|
||||
*dst++ = b;
|
||||
*dst++ = g;
|
||||
*dst++ = r;
|
||||
*dst++ = k;
|
||||
if (src[x]) {
|
||||
*dst++ = b;
|
||||
*dst++ = g;
|
||||
*dst++ = r;
|
||||
*dst++ = k;
|
||||
} else
|
||||
dst += 4;
|
||||
#else
|
||||
ck = 255 - k;
|
||||
t = *dst;
|
||||
|
Reference in New Issue
Block a user