Changeset 0cb5cfbd2e62924c1e3175d7f296378eba4dbdca
- Timestamp:
- 01/03/08 01:21:04
(7 months ago)
- Author:
- Mark Moriarty <markfm@videolan.org>
- git-committer:
- Mark Moriarty <markfm@videolan.org> 1204330864 +0000
- git-parent:
[192a12994d6a4eed9628e756f48d1a13218c145e]
- git-author:
- Mark Moriarty <markfm@videolan.org> 1204330864 +0000
- Message:
Permit counter stat update per frame (appears to have no or little performance impact).
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra78e273 |
r0cb5cfb |
|
| 785 | 785 | |
|---|
| 786 | 786 | i_loops++; |
|---|
| 787 | | if( i_loops % 20 == 0 ) |
|---|
| 788 | | { |
|---|
| 789 | 787 | if( !p_input ) |
|---|
| 790 | 788 | { |
|---|
| … | … | |
| 803 | 801 | vlc_mutex_unlock( &p_input->p->counters.counters_lock ); |
|---|
| 804 | 802 | } |
|---|
| 805 | | } |
|---|
| 806 | 803 | #if 0 |
|---|
| 807 | 804 | p_vout->c_loops++; |
|---|