Changeset 5181:ca57e34b2a35 in roaraudio for libroardsp/filter_downmix.c


Ignore:
Timestamp:
10/22/11 16:17:35 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

updated filters to support 8 and 32 bit as well as 16 bit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/filter_downmix.c

    r4708 r5181  
    9999 
    100100int roardsp_downmix_reset  (struct roardsp_filter * filter, int what) { 
    101  int mode = ROARDSP_DOWNMIX_ARITHMETIC; 
     101 int32_t mode = ROARDSP_DOWNMIX_ARITHMETIC; 
    102102 
    103103 if ( filter == NULL ) 
Note: See TracChangeset for help on using the changeset viewer.