Changeset f3cf5c6ef8f03bd8b9cb99a095c9072d76608181

Show
Ignore:
Timestamp:
05/05/08 22:34:21 (4 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1210019661 +0300
git-parent:

[3441c108d129086918f6625c56939192794f76fa]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1210018883 +0300
Message:

Fix warning

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/input/stream.c

    r9df2848 rf3cf5c6  
    17531753        p_block = p_access->pf_block( p_access ); 
    17541754        if( pb_eof ) *pb_eof = p_access->info.b_eof; 
    1755         if( p_input && p_block && libvlc_stats (p_access) ) 
     1755        if( p_input && p_block && libvlc_stats (VLC_OBJECT(p_access)) ) 
    17561756        { 
    17571757            vlc_mutex_lock( &p_input->p->counters.counters_lock );