Ignore:
Timestamp:
10/27/09 11:48:26 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added dummy roardsp_speex_prep_calc161()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/filter_speex_prep.c

    r2997 r2998  
    5757} 
    5858 
     59int roardsp_speex_prep_calc161(struct roardsp_filter * filter, void * data, size_t samples) { 
     60 return -1; 
     61} 
     62 
    5963int roardsp_speex_prep_ctl    (struct roardsp_filter * filter, int cmd, void * data) { 
    6064 struct roardsp_speex_prep * self = filter->inst; 
Note: See TracChangeset for help on using the changeset viewer.