Changeset 4bac829985943b58b25bd9249a0c910375965ab5

Show
Ignore:
Timestamp:
20/05/05 18:59:07 (3 years ago)
Author:
Clément Stenac <zorglub@videolan.org>
git-committer:
Clément Stenac <zorglub@videolan.org> 1116608347 +0000
git-parent:

[a215cc396c170684bf48384420cd354853cd9826]

git-author:
Clément Stenac <zorglub@videolan.org> 1116608347 +0000
Message:

Don't print error on non-fatal problems

Files:

Legend:

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

    ra90a19a r4bac829  
    9696        } 
    9797 
    98         msg_Err( p_demux, "this doesn't look like an MPEG-4 ES stream, continuing" ); 
     98        msg_Warn( p_demux, "this doesn't look like an MPEG-4 ES stream, continuing anyway" ); 
    9999    } 
    100100 
  • modules/packetizer/mpeg4video.c

    r06ab54e r4bac829  
    214214    if( p_sys->i_buffer > 10*1000000 ) 
    215215    { 
    216         msg_Err( p_dec, "mmh reseting context" ); 
     216        msg_Warn( p_dec, "reseting context" ); 
    217217        p_sys->i_buffer = 0; 
    218218    }