Changeset 130e82918269cab7b5f06129a81f34d627a9600d
- 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
| r7389268 |
r130e829 |
|
| 217 | 217 | } |
|---|
| 218 | 218 | |
|---|
| 219 | | if( (*pp_block)->i_flags & BLOCK_FLAG_DISCONTINUITY ) |
|---|
| | 219 | if( (*pp_block)->i_flags & (BLOCK_FLAG_DISCONTINUITY|BLOCK_FLAG_CORRUPTED) ) |
|---|
| 220 | 220 | { |
|---|
| 221 | 221 | p_sys->i_state = STATE_NOSYNC; |
|---|