Changeset 4bac829985943b58b25bd9249a0c910375965ab5
- 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
| ra90a19a |
r4bac829 |
|
| 96 | 96 | } |
|---|
| 97 | 97 | |
|---|
| 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" ); |
|---|
| 99 | 99 | } |
|---|
| 100 | 100 | |
|---|
| r06ab54e |
r4bac829 |
|
| 214 | 214 | if( p_sys->i_buffer > 10*1000000 ) |
|---|
| 215 | 215 | { |
|---|
| 216 | | msg_Err( p_dec, "mmh reseting context" ); |
|---|
| | 216 | msg_Warn( p_dec, "reseting context" ); |
|---|
| 217 | 217 | p_sys->i_buffer = 0; |
|---|
| 218 | 218 | } |
|---|