Changeset 2459:fb60f66995f6 in roaraudio


Ignore:
Timestamp:
08/21/09 16:15:31 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

get input from ROAR_DIR_BRIDGE streams if they have data in there input buffer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/streams.c

    r2458 r2459  
    10861086    case ROAR_DIR_BIDIR: 
    10871087     break; 
     1088    case ROAR_DIR_BRIDGE: 
     1089      if ( g_streams[i]->buffer == NULL ) 
     1090       continue; 
     1091     break; 
    10881092    default: 
    10891093      continue; 
Note: See TracChangeset for help on using the changeset viewer.