Changeset a36b1a81a56824910e877e086cebb9a1e8e9200b
- Timestamp:
- 08/11/03 20:52:41
(5 years ago)
- Author:
- Gildas Bazin <gbazin@videolan.org>
- git-committer:
- Gildas Bazin <gbazin@videolan.org> 1060627961 +0000
- git-parent:
[e42f7d101ca73eb0c38e56bbf61c4483aeb19a4d]
- git-author:
- Gildas Bazin <gbazin@videolan.org> 1060627961 +0000
- Message:
* modules/packetizer/mpegvideo.c: oops, fixed typo.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re42f7d1 |
ra36b1a8 |
|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | 4 | * Copyright (C) 2001, 2002 VideoLAN |
|---|
| 5 | | * $Id: mpegvideo.c,v 1.17 2003/08/11 17:31:15 gbazin Exp $ |
|---|
| | 5 | * $Id: mpegvideo.c,v 1.18 2003/08/11 18:52:41 gbazin Exp $ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * Authors: Laurent Aimar <fenrir@via.ecp.fr> |
|---|
| … | … | |
| 518 | 518 | } |
|---|
| 519 | 519 | |
|---|
| 520 | | p_sout_buffer->i_length = p_pack->p_pack->i_interpolated_dts - |
|---|
| | 520 | p_sout_buffer->i_length = p_pack->i_interpolated_dts - |
|---|
| 521 | 521 | p_sout_buffer->i_dts; |
|---|
| 522 | 522 | |
|---|