Changeset 783:bd7da167acad in roaraudio


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

Location:
roard
Files:
2 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; 
  • roard/include/codecfilter.h

    r736 r783  
    6969#endif 
    7070 
     71//cf alaw: 
     72#include <libroardsp/libroardsp.h> 
     73 
    7174void print_codecfilterlist (void); 
    7275 
Note: See TracChangeset for help on using the changeset viewer.