Changeset 1227:203ed239f616 in roaraudio


Ignore:
Timestamp:
02/25/09 14:07:48 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

set sync and prim flag on output if only non-default driver is given but no -oO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r1221 r1227  
    148148  } 
    149149#endif 
     150 } 
     151 
     152 if ( opts == NULL && count == 0 ) { 
     153  sync = 1; 
     154  prim = 1; // if ( prim == 0 ) prim = 1; -> prim allways = 1 
    150155 } 
    151156 
Note: See TracChangeset for help on using the changeset viewer.