Changeset 4628:bdfd078fb00e in roaraudio


Ignore:
Timestamp:
11/27/10 12:09:45 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

make run() work in buffered mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vs.c

    r4626 r4628  
    10291029    can_read++; 
    10301030 
     1031// no check here to just let the read return zero and we do EOF handling. 
     1032/* 
    10311033  if ( roar_buffer_ring_avail(vss->writering, &tmp, NULL) != -1 ) 
    10321034   if ( tmp > 0 ) 
     1035*/ 
    10331036    can_write++; 
    10341037 } 
Note: See TracChangeset for help on using the changeset viewer.