Changeset 130e82918269cab7b5f06129a81f34d627a9600d

Show
Ignore:
Timestamp:
11/07/05 11:43:38 (3 years ago)
Author:
Christophe Massiot <massiot@videolan.org>
git-committer:
Christophe Massiot <massiot@videolan.org> 1121075018 +0000
git-parent:

[738926876bda127f929463e9679317edba1dbfd8]

git-author:
Christophe Massiot <massiot@videolan.org> 1121075018 +0000
Message:
  • modules/packetizer/mpegvideo.c: Drop corrupt blocks.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/packetizer/mpegvideo.c

    r7389268 r130e829  
    217217    } 
    218218 
    219     if( (*pp_block)->i_flags & BLOCK_FLAG_DISCONTINUITY
     219    if( (*pp_block)->i_flags & (BLOCK_FLAG_DISCONTINUITY|BLOCK_FLAG_CORRUPTED)
    220220    { 
    221221        p_sys->i_state = STATE_NOSYNC;