Changeset 39599d620f7d5f385b8dc2566c11105cf0719128

Show
Ignore:
Timestamp:
12/03/08 23:51:39 (9 months ago)
Author:
Jean-Paul Saman <jpsaman@videolan.org>
git-committer:
Jean-Paul Saman <jpsaman@videolan.org> 1205362299 +0100
git-parent:

[c61c53902842e81d059fde16e113c8d840207892]

git-author:
Jean-Paul Saman <jpsaman@videolan.org> 1205247121 +0100
Message:

Fix compiler warning about unused variables.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/video_filter/croppadd.c

    r4c2230d r39599d6  
    5656{ 
    5757    filter_t *p_filter = (filter_t*)p_this; 
    58     filter_sys_t *p_sys; 
    5958 
    6059    if( p_filter->fmt_in.video.i_chroma != p_filter->fmt_out.video.i_chroma ) 
     
    8382static void CloseFilter( vlc_object_t *p_this ) 
    8483{ 
     84    VLC_UNUSED(p_this); 
    8585} 
    8686