Changeset 2e7f9cf4d64267a8ea4b822bd007e487d6db9828
- Timestamp:
- 15/04/07 23:12:27
(2 years ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1176671547 +0000
- git-parent:
[cde813f9cdd3335596250a6673e879c6487ca49c]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1176671547 +0000
- Message:
Remove old TODO + fix spelling.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rce0e4fb |
r2e7f9cf |
|
| 146 | 146 | |
|---|
| 147 | 147 | vlc_mutex_lock( &p_sys->mask_lock ); |
|---|
| 148 | | /* TODO: this should be a seperate "video filter2" */ |
|---|
| 149 | 148 | plane_t *p_mask = p_sys->p_mask->p+A_PLANE; |
|---|
| 150 | 149 | plane_t *p_apic = p_pic->p+A_PLANE; |
|---|
| … | … | |
| 167 | 166 | || p_mask->i_lines != p_apic->i_lines ) |
|---|
| 168 | 167 | { |
|---|
| 169 | | /* visible plane sizes match ... but not the undelying |
|---|
| | 168 | /* visible plane sizes match ... but not the underlying |
|---|
| 170 | 169 | * buffer. I'm not sure that this can happen, |
|---|
| 171 | 170 | * but better safe than sorry. */ |
|---|