Changeset 783:bd7da167acad in roaraudio for roard/codecfilter_alaw.c


Ignore:
Timestamp:
09/17/08 02:16:39 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

got away with some cf alaw related compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/codecfilter_alaw.c

    r738 r783  
    5050 } 
    5151 
    52  roardsp_conv_alaw2pcm16(buf, buf, len); 
     52 roardsp_conv_alaw2pcm16((int16_t *)buf, buf, len); 
    5353 
    5454 return len*2; 
Note: See TracChangeset for help on using the changeset viewer.