Ticket #1244: patch.txt

File patch.txt, 821 bytes (added by mythtv.cvs@…, 20 years ago)
Line 
1126,136d125
2< #if 0
3< if (newAlphaState == kAlpha_Local)
4< VERBOSE(VB_PLAYBACK, LOC + "SetAlpha(Local)");
5< if (newAlphaState == kAlpha_Clear)
6< VERBOSE(VB_PLAYBACK, LOC + "SetAlpha(Clear)");
7< if (newAlphaState == kAlpha_Solid)
8< VERBOSE(VB_PLAYBACK, LOC + "SetAlpha(Solid)");
9< if (newAlphaState == kAlpha_Embedded)
10< VERBOSE(VB_PLAYBACK, LOC + "SetAlpha(Embedded)");
11< #endif
12<
13263c252
14< SetAlpha(kAlpha_Clear);
15---
16> SetAlpha(kAlpha_Local);
17493c482
18< lastcleared &= !pipon;
19---
20> lastcleared |= !pipon;
21501c490
22< lastcleared &= !osd;
23---
24> lastcleared &= (ret < 0);
25503,505d491
26< #if 0
27< // These optimizations have been disabled until someone with a real PVR-350
28< // setup can test them Feb 7th, 2006 -- dtk
29516d501
30< #endif