[vdr] Problem with VDR 1.7.15 and dxr3plugin 0.2.10
Teemu Suikki
tsuikki at zuik.org
Sat Oct 2 10:54:59 CEST 2010
Hi!
I managed to fix 0.2.11 OSD.. It's quite simple, in file dxr3osd_subpicture.c
*** 87,92 ****
if (Areas[i].bpp != 1 &&
Areas[i].bpp != 2 &&
! Areas[i].bpp != 4 &&
! Areas[i].bpp != 8)
{
return oeBppNotSupported;
--- 87,91 ----
if (Areas[i].bpp != 1 &&
Areas[i].bpp != 2 &&
! Areas[i].bpp != 4)
{
return oeBppNotSupported;
------------------
So apparently "Areas" are not supported in 8bpp? I checked both git
versions (master and buffer-and-sync-rewrite) and they also have 8bpp
removed just like above.
--
Teemu Suikki
http://www.z-power.fi/
More information about the vdr
mailing list