Changeset 2730:b96520845643 in roaraudio


Ignore:
Timestamp:
09/16/09 23:02:07 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

underruns with pause flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/streams.c

    r2721 r2730  
    994994   } 
    995995 
     996   if ( streams_get_flag(i, ROAR_FLAG_PAUSE) ) 
     997    continue; 
     998 
    996999   if ( streams_get_outputbuffer(i, &bufs[have], ROAR_OUTPUT_CALC_OUTBUFSIZE(info)) == -1 ) { 
    9971000    ROAR_ERR("streams_get_mixbuffer(*): Can not alloc output buffer for stream %i, BAD!", i); 
Note: See TracChangeset for help on using the changeset viewer.