Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: dxr3-0.2.3-pre1 test results



Paavo Hartikainen <pahartik@sci.fi> writes:

> OSD palette is still broken in new version

Not anymore, after I commented out this code in
"dxr3osd_subpicture.c":

---
#if __BYTE_ORDER == __BIG_ENDIAN
  // actually the driver itself should access the bytes according to the current endianness!
  colors[i] = ((colors[i] & 0xFF) << 24) | ((colors[i] & 0xFF00) << 8) | ((colors[i] & 0xFF0000) >> 8) | ((colors[i] & 0xFF000000) >> 24);
#endif
---

It is much better without...  Now I think OSD looks as it should, both
OSD "skins" of VDR 1.3.12 worked.

-- 
 "pienena   /  Paavo "Rainbow Rat" Hartikainen
  minusta  /  E-mail: pahartik@sci.fi
  tulee   /  URL: http://www.sci.fi/~pahartik/
  rotta" /  EFnet: pahartik at #Atari and #LionKing




Home | Main Index | Thread Index