Changeset 6f8ce7ca56918ca2423b8728a3276aac8ba1cfe4
- Timestamp:
- 05/06/08 23:11:00
(6 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1212700260 +0200
- git-parent:
[b99a3f6baaab73b33bd088bcdbf37b2291debeb3]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1212700260 +0200
- Message:
input: Use mtime_t for pts_delay.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra095d6b |
r6f8ce7c |
|
| 578 | 578 | |
|---|
| 579 | 579 | /* Internal caching common to all inputs */ |
|---|
| 580 | | int i_pts_delay; |
|---|
| | 580 | mtime_t i_pts_delay; |
|---|
| 581 | 581 | |
|---|
| 582 | 582 | /* All other data is input_thread is PRIVATE. You can't access it |
|---|