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/

_______________________________________________
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Reply via email to