Changeset 0b19be9270379003168cb2791cd6ce22f89e3254
- Timestamp:
- 09/04/08 10:37:53
(6 months ago)
- Author:
- Jean-Paul Saman <jean-paul.saman@m2x.nl>
- git-committer:
- Jean-Paul Saman <jean-paul.saman@m2x.nl> 1207730273 +0200
- git-parent:
[45e9ecaf052f7fa66e0a7604234547516325d782]
- git-author:
- Jean-Paul Saman <jean-paul.saman@m2x.nl> 1204195695 +0100
- Message:
Add alpha value to each subpicture region.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r0f00164 |
r0b19be9 |
|
| 436 | 436 | p_region->i_y = 0; |
|---|
| 437 | 437 | p_region->i_align = p_filter->p_sys->i_position; |
|---|
| | 438 | p_region->i_alpha = p_filter->p_sys->i_alpha; |
|---|
| 438 | 439 | #if 0 |
|---|
| 439 | 440 | msg_Dbg( p_filter, "SPU picture region position (%d,%d) (%d,%d) [%p]", |
|---|