Changeset 30f94f7dda779524d1481931949a061aa6c72fab

Show
Ignore:
Timestamp:
09/14/04 19:27:52 (4 years ago)
Author:
Benjamin Pracht <bigben@videolan.org>
git-committer:
Benjamin Pracht <bigben@videolan.org> 1095182872 +0000
git-parent:

[f7ec00574a804ef44c3a55628e576b30e80b05fb]

git-author:
Benjamin Pracht <bigben@videolan.org> 1095182872 +0000
Message:

msg_Err -> msg_Dbg

Files:

Legend:

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

    r9dce48b r30f94f7  
    209209    if( stream_Peek( p_demux->s, &p_peek, 200 ) < 200 ) 
    210210    { 
    211         msg_Err( p_demux, "cannot peek()" ); 
     211        msg_Dbg( p_demux, "cannot peek()" ); 
    212212        return VLC_EGENERIC; 
    213213    }