Changeset 48425dfdb882247d61a152dc43fcfc59404e3239
- Timestamp:
- 08/07/06 21:11:05
(2 years ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1152385865 +0000
- git-parent:
[cc4fd87a3e90a7e1e67429ae0d55df27ebd1ec0f]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1152385865 +0000
- Message:
Fix stats collecting
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rbaacaea |
r48425df |
|
| 373 | 373 | vlc_mutex_lock( &p_input->p_input_thread->counters.counters_lock); |
|---|
| 374 | 374 | stats_UpdateInteger( p_aout, |
|---|
| 375 | | p_input->p_input_thread->counters.p_lost_abuffers, |
|---|
| | 375 | p_input->p_input_thread->counters.p_played_abuffers, |
|---|
| 376 | 376 | 1, NULL ); |
|---|
| 377 | 377 | vlc_mutex_unlock( &p_input->p_input_thread->counters.counters_lock); |
|---|