Luca Olivetti wrote:
@@ -449,7 +441,7 @@
// This should be done in cSPUEncoder::cSPUEncoder
m_palManager.Clear();
m_palManager.Reset(); return 0; break;
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?
well, it doesn't harm (it was in Martin's source withot me realizing it) but it works well even without it. I also set the palette to 16 colors now (not that it changes much, but...).
Bye