Changeset 885:0a84db00a5da in roaraudio for libroardsp/filter_lowp.c


Ignore:
Timestamp:
11/19/08 21:26:25 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added a debug lion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/filter_lowp.c

    r684 r885  
    2828 struct roardsp_lowp * self = malloc(sizeof(struct roardsp_lowp)); 
    2929 float freq = filter->rate/2; 
     30 
     31 ROAR_DBG("roardsp_lowp_init(*): self=%p", self); 
    3032 
    3133 if ( self == NULL ) 
Note: See TracChangeset for help on using the changeset viewer.