Changeset 5333:15e7ba78b961 in roaraudio for 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
  • libroardsp/fader.c

    r4708 r5333  
    2929#define _CHECK_CALCPCM() _CHECK_BASIC(); if ( frames == 0 ) return 0; if ( data == NULL ) return -1; 
    3030 
    31 int roar_fader_init         (struct roar_fader_state * state, float * poly, int coeff) { 
     31int roar_fader_init         (struct roar_fader_state * state, const float * poly, int coeff) { 
    3232 _CHECK_BASIC(); 
    3333 
Note: See TracChangeset for help on using the changeset viewer.