Changeset 4e8ff11fa527bcfb49eb4e747fac40b7b249233e

Show
Ignore:
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
  • modules/codec/rawvideo.c

    r13ae40b r4e8ff11  
    259259{ 
    260260    uint8_t *p_src, *p_dst; 
    261     int i_src, i_plane, i_line, i_width; 
     261    int i_plane, i_line, i_width; 
    262262    decoder_sys_t *p_sys = p_dec->p_sys; 
    263263 
    264264    p_src = p_block->p_buffer; 
    265     i_src = p_block->i_buffer; 
    266265 
    267266    for( i_plane = 0; i_plane < p_pic->i_planes; i_plane++ )