Changeset 2396:dd57ac9569d4 in roaraudio


Ignore:
Timestamp:
08/17/09 02:34:29 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

updated switch() for bits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/remove.c

    r2395 r2396  
    4141 
    4242 switch (bits) { 
    43   case 8: return roar_remove_8 (inout, subs, samples, state); break; 
     43  case  8: return roar_remove_8 (inout, subs, samples, state); break; 
    4444  case 16: return roar_remove_16(inout, subs, samples, state); break; 
    4545  case 32: return roar_remove_32(inout, subs, samples, state); break; 
     
    153153 
    154154 switch (bits) { 
     155  case  8: return roar_remove_so8 (subout, in, samples, state); break; 
    155156  case 16: return roar_remove_so16(subout, in, samples, state); break; 
     157  case 32: return roar_remove_so32(subout, in, samples, state); break; 
    156158 } 
    157159 
Note: See TracChangeset for help on using the changeset viewer.