Changeset f02ad4c6d8dac88cd5411ca99072f8f862462cb9
- Timestamp:
- 03/05/08 08:41:36
(6 months ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1204702896 +0100
- git-parent:
[30215f259f5097c715d691e5c26b7304221a5af8]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1204702025 +0100
- Message:
Patch by Koehler, Vitally <vkoehler AT telekom de>: This modification solves the problem of audio packet losses by the playback of MPEG2 transport stream.
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rdb57d03 |
rf02ad4c |
|
| 116 | 116 | /* Buffers which arrive in advance of more than AOUT_MAX_ADVANCE_TIME |
|---|
| 117 | 117 | * will be considered as bogus and be trashed */ |
|---|
| 118 | | #define AOUT_MAX_ADVANCE_TIME (mtime_t)(DEFAULT_PTS_DELAY * 3) |
|---|
| | 118 | #define AOUT_MAX_ADVANCE_TIME (mtime_t)(DEFAULT_PTS_DELAY * 5) |
|---|
| 119 | 119 | |
|---|
| 120 | 120 | /* Buffers which arrive in advance of more than AOUT_MAX_PREPARE_TIME |
|---|