Changeset 2255:2d6fc1309356 in roaraudio


Ignore:
Timestamp:
07/29/09 01:27:59 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fill streams_thru_num

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/streams.c

    r2254 r2255  
    154154 } 
    155155 
     156 if ( ROAR_STREAM(s)->dir == ROAR_DIR_THRU ) 
     157  streams_thru_num--; 
     158 
    156159#ifdef ROAR_SUPPORT_META 
    157160 // delete meta data form other meta streams if needed 
     
    241244 
    242245 ROAR_STREAM(ss)->dir = dir; 
     246 
     247 if ( dir == ROAR_DIR_THRU ) 
     248  streams_thru_num++; 
    243249 
    244250 if ( defaults ) { 
Note: See TracChangeset for help on using the changeset viewer.