Changeset 2102:7dc6de74943a in roaraudio


Ignore:
Timestamp:
07/21/09 13:45:15 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added debug lion and set indata buffer for bufbuf usage case correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/streams.c

    r2095 r2102  
    878878  if ( roar_buffer_get_data(bufbuf, &bufdata) == -1 ) 
    879879   return -1; 
     880  indata  = bufdata; 
    880881 } else { 
    881882  indata  = outdata; 
     
    884885 
    885886 inlen_got = inlen; 
     887 
     888 ROAR_DBG("streams_fill_mixbuffer2(id=%i, info=...): inlen_got=%u", id, inlen_got); 
    886889 
    887890 if ( stream_shift_out_buffer(id, indata, &inlen_got) == -1 ) { 
Note: See TracChangeset for help on using the changeset viewer.