126,136d125 < #if 0 < if (newAlphaState == kAlpha_Local) < VERBOSE(VB_PLAYBACK, LOC + "SetAlpha(Local)"); < if (newAlphaState == kAlpha_Clear) < VERBOSE(VB_PLAYBACK, LOC + "SetAlpha(Clear)"); < if (newAlphaState == kAlpha_Solid) < VERBOSE(VB_PLAYBACK, LOC + "SetAlpha(Solid)"); < if (newAlphaState == kAlpha_Embedded) < VERBOSE(VB_PLAYBACK, LOC + "SetAlpha(Embedded)"); < #endif < 263c252 < SetAlpha(kAlpha_Clear); --- > SetAlpha(kAlpha_Local); 493c482 < lastcleared &= !pipon; --- > lastcleared |= !pipon; 501c490 < lastcleared &= !osd; --- > lastcleared &= (ret < 0); 503,505d491 < #if 0 < // These optimizations have been disabled until someone with a real PVR-350 < // setup can test them Feb 7th, 2006 -- dtk 516d501 < #endif