Changeset 2157:58449796e7b5 in roaraudio for libroardsp/remove.c


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

corrected prototypes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/remove.c

    r2156 r2157  
    5252 return -1; 
    5353} 
    54 int roar_remove_16   (int8_t  * inout, int8_t * subs, int samples, struct roar_remove_state * state) { 
     54int roar_remove_16   (int16_t * inout, int16_t * subs, int samples, struct roar_remove_state * state) { 
    5555 int i; 
    5656 register int32_t s; 
     
    8484 return 0; 
    8585} 
    86 int roar_remove_32   (int8_t  * inout, int8_t * subs, int samples, struct roar_remove_state * state) { 
     86int roar_remove_32   (int32_t * inout, int32_t * subs, int samples, struct roar_remove_state * state) { 
    8787 return -1; 
    8888} 
Note: See TracChangeset for help on using the changeset viewer.