Changeset 0cb5cfbd2e62924c1e3175d7f296378eba4dbdca

Show
Ignore:
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
  • src/video_output/video_output.c

    ra78e273 r0cb5cfb  
    785785 
    786786        i_loops++; 
    787         if( i_loops % 20 == 0 ) 
    788         { 
    789787            if( !p_input ) 
    790788            { 
     
    803801                vlc_mutex_unlock( &p_input->p->counters.counters_lock ); 
    804802            } 
    805         } 
    806803#if 0 
    807804        p_vout->c_loops++;