Ville Skyttä wrote:
On Sun, 2005-04-03 at 19:07 +0200, Martin Cap wrote:
Hi !
The OSD still sucks, but I guess we made it suck a little less :)
Indeed, seems so, at least mostly.
This change introduces/triggers one new crash here, though. Not that tvonscreen >= 0.6.0 would be usable with DXR3 here anyway,
That's why I use yaepg ;-)
[...]
@@ -449,7 +441,7 @@
// This should be done in cSPUEncoder::cSPUEncoder
m_palManager.Clear();
return 0; break;m_palManager.Reset();
I'm not sure this hunk is correct, the display is cleared various times throughout the osd life, the palette should be freed only upon close, shouldn't it?
Bye