Changeset 06ab54ed3cf66341084f4f93e51ea337d15a3739
- Timestamp:
- 09/03/05 00:21:40
(4 years ago)
- Author:
- Gildas Bazin <gbazin@videolan.org>
- git-committer:
- Gildas Bazin <gbazin@videolan.org> 1110324100 +0000
- git-parent:
[336db7b94075bfbac853bde67dcea7ce3ee91daf]
- git-author:
- Gildas Bazin <gbazin@videolan.org> 1110324100 +0000
- Message:
* modules/packetizer/mpeg4video.c: fixed segfault
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r5b56786 |
r06ab54e |
|
| 346 | 346 | } |
|---|
| 347 | 347 | |
|---|
| | 348 | if( p_dec->p_sys->i_fps_num ) |
|---|
| 348 | 349 | p_sys->i_interpolated_pts += |
|---|
| 349 | 350 | ( (i_time_ref + i_time_increment - |
|---|