Changeset 4e8ff11fa527bcfb49eb4e747fac40b7b249233e
- Timestamp:
- 05/26/08 14:13:38
(3 months ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1211804018 +0200
- git-parent:
[f233bb690d7db8551516a048c30cbf94d6668a2b]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1211802584 +0200
- Message:
Remove unused variable.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r13ae40b |
r4e8ff11 |
|
| 259 | 259 | { |
|---|
| 260 | 260 | uint8_t *p_src, *p_dst; |
|---|
| 261 | | int i_src, i_plane, i_line, i_width; |
|---|
| | 261 | int i_plane, i_line, i_width; |
|---|
| 262 | 262 | decoder_sys_t *p_sys = p_dec->p_sys; |
|---|
| 263 | 263 | |
|---|
| 264 | 264 | p_src = p_block->p_buffer; |
|---|
| 265 | | i_src = p_block->i_buffer; |
|---|
| 266 | 265 | |
|---|
| 267 | 266 | for( i_plane = 0; i_plane < p_pic->i_planes; i_plane++ ) |
|---|