Changeset 60733a8c686660b92b2c561885ef56106e516945
- Timestamp:
- 03/08/05 16:52:17
(3 years ago)
- Author:
- Christophe Massiot <massiot@videolan.org>
- git-committer:
- Christophe Massiot <massiot@videolan.org> 1123080737 +0000
- git-parent:
[00099f3e9cf228a711d5fe22d46a08db3bf204a1]
- git-author:
- Christophe Massiot <massiot@videolan.org> 1123080737 +0000
- Message:
- src/misc/image.c: Really fixed the segfault on unsupported image type.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re7cde2e |
r60733a8 |
|
| 125 | 125 | |
|---|
| 126 | 126 | p_block->i_pts = p_block->i_dts = mdate(); |
|---|
| 127 | | p_pic = p_image->p_dec->pf_decode_video( p_image->p_dec, &p_block ); |
|---|
| 128 | 127 | while( (p_tmp = p_image->p_dec->pf_decode_video( p_image->p_dec, &p_block )) |
|---|
| 129 | 128 | != NULL ) |
|---|