Changeset ee285661e1b40a67b004af979c7b66c02bb432fb
- Timestamp:
- 06/06/08 02:31:39
(3 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1212712299 +0200
- git-parent:
[ed7b6cb100a89089a05b59b8c2ff70d0663a05c4]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1212712275 +0200
- Message:
input: Comment on how to enable auto pts delay adjustement.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2713a72 |
ree28566 |
|
| 739 | 739 | input_thread_private_t * p_priv = p_input->p; |
|---|
| 740 | 740 | |
|---|
| | 741 | /* Enable with --auto-adjust-pts-delay */ |
|---|
| 741 | 742 | if( !p_priv->pts_adjust.auto_adjust ) return; |
|---|
| 742 | 743 | |
|---|