Changeset 3921a7f87de03160ecd18bcfeb68fbac459f2094

Show
Ignore:
Timestamp:
19/07/08 12:48:17 (5 months ago)
Author:
Rémi Duraffort <ivoire@videolan.org>
git-committer:
Rémi Duraffort <ivoire@videolan.org> 1216464497 +0200
git-parent:

[347cc8cc494f02050c3c1685fa35825e257c5a5d]

git-author:
Rémi Duraffort <ivoire@videolan.org> 1216464497 +0200
Message:

Fix a compilation warning.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/demux/rawvid.c

    r3561b9b r3921a7f  
    183183        char *psz; 
    184184        char *buf; 
    185         int a, b = 1; 
     185        int a = 1; 
     186        int b = 1; 
    186187        psz = stream_ReadLine( p_demux->s ); 
    187188