Changeset 5333:15e7ba78b961 in roaraudio for include/libroardsp


Ignore:
Timestamp:
12/08/11 20:05:49 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

cleanup and usage of const

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/fader.h

    r5270 r5333  
    5050}; 
    5151 
    52 int roar_fader_init         (struct roar_fader_state * state, float * poly, int coeff); 
     52int roar_fader_init         (struct roar_fader_state * state, const float * poly, int coeff); 
    5353int roar_fader_set_rate     (struct roar_fader_state * state, int rate); 
    5454int roar_fader_set_startstop(struct roar_fader_state * state, ssize_t start, ssize_t stop); 
Note: See TracChangeset for help on using the changeset viewer.