Changeset bbd1c26adf8f182b3a68bebfc43171c2ca50314b

Show
Ignore:
Timestamp:
01/28/08 17:44:02 (7 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1201538642 +0000
git-parent:

[ba94a1b655983aa0dbfcb8a5d09436007a22b7df]

git-author:
Rafaël Carré <funman@videolan.org> 1201538642 +0000
Message:

visual: removes warnings about unused parameters in vlc callback and Run() functions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/visualization/visual/effects.c

    r99fab90 rbbd1c26  
    4646               aout_buffer_t * p_buffer , picture_t * p_picture) 
    4747{ 
     48    VLC_UNUSED(p_effect); VLC_UNUSED(p_aout); VLC_UNUSED(p_buffer); 
     49    VLC_UNUSED(p_picture); 
    4850    return 0; 
    4951} 
     
    787789              aout_buffer_t * p_buffer , picture_t * p_picture) 
    788790{ 
     791    VLC_UNUSED(p_aout); 
    789792    int i_index; 
    790793    float *p_sample ; 
  • modules/visualization/visual/visual.c

    r99fab90 rbbd1c26  
    425425                           void *p_data ) 
    426426{ 
     427    VLC_UNUSED(psz_cmd); VLC_UNUSED(oldval); 
     428    VLC_UNUSED(p_data); VLC_UNUSED(newval); 
    427429    aout_filter_t     *p_filter = (aout_filter_t *)p_this; 
    428430    /* restart this baby */