| 1 | 126,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 | <
|
|---|
| 13 | 263c252
|
|---|
| 14 | < SetAlpha(kAlpha_Clear);
|
|---|
| 15 | ---
|
|---|
| 16 | > SetAlpha(kAlpha_Local);
|
|---|
| 17 | 493c482
|
|---|
| 18 | < lastcleared &= !pipon;
|
|---|
| 19 | ---
|
|---|
| 20 | > lastcleared |= !pipon;
|
|---|
| 21 | 501c490
|
|---|
| 22 | < lastcleared &= !osd;
|
|---|
| 23 | ---
|
|---|
| 24 | > lastcleared &= (ret < 0);
|
|---|
| 25 | 503,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
|
|---|
| 29 | 516d501
|
|---|
| 30 | < #endif
|
|---|