Changeset 2157:58449796e7b5 in roaraudio for include/libroardsp


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
  • include/libroardsp/remove.h

    r2156 r2157  
    4646int roar_remove      (void    * inout, void    * subs, int samples, int bits, struct roar_remove_state * state); 
    4747int roar_remove_8    (int8_t  * inout, int8_t  * subs, int samples, struct roar_remove_state * state); 
    48 int roar_remove_16   (int8_t  * inout, int8_t * subs, int samples, struct roar_remove_state * state); 
    49 int roar_remove_32   (int8_t  * inout, int8_t * subs, int samples, struct roar_remove_state * state); 
     48int roar_remove_16   (int16_t * inout, int16_t * subs, int samples, struct roar_remove_state * state); 
     49int roar_remove_32   (int32_t * inout, int32_t * subs, int samples, struct roar_remove_state * state); 
    5050 
    5151int roar_remove_so   (void    * subout, void    * in, int samples, int bits, struct roar_remove_state * state); 
Note: See TracChangeset for help on using the changeset viewer.