Changeset 2393:285f67c7e0af in roaraudio


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

corrected prototypes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/remove.h

    r2392 r2393  
    5050 
    5151int roar_remove_so   (void    * subout, void    * in, int samples, int bits, struct roar_remove_state * state); 
    52 int roar_remove_so8  (int16_t * subout, int16_t * in, int samples, struct roar_remove_state * state); 
     52int roar_remove_so8  (int8_t  * subout, int8_t * in, int samples, struct roar_remove_state * state); 
    5353int roar_remove_so16 (int16_t * subout, int16_t * in, int samples, struct roar_remove_state * state); 
    54 int roar_remove_so32 (int16_t * subout, int16_t * in, int samples, struct roar_remove_state * state); 
     54int roar_remove_so32 (int32_t * subout, int32_t * in, int samples, struct roar_remove_state * state); 
    5555 
    5656#endif 
Note: See TracChangeset for help on using the changeset viewer.