Changeset 4157:692ec8c7f69d in roaraudio


Ignore:
Timestamp:
08/13/10 02:20:40 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

change delay messurement: do not include delay by mixer stream

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/streams.c

    r4120 r4157  
    894894  return 0; 
    895895 
     896#if 0 
     897 // this only confuses the user... 
    896898 if ( ss->mixer_stream != id ) { 
    897899  if ( streams_calc_delay(ss->mixer_stream) != -1 ) { 
     
    900902  } 
    901903 } 
     904#endif 
    902905 
    903906 if ( ss->codecfilter != -1 ) { 
Note: See TracChangeset for help on using the changeset viewer.