WebRtc_Word32 => int32_t etc. in audio_coding/
BUG=314 Review URL: https://webrtc-codereview.appspot.com/1271006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3789 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -29,7 +29,7 @@ int WebRtcNetEQ_DSPinit(MainInst_t *inst)
|
||||
}
|
||||
|
||||
/* The DSP side will call this function to interrupt the MCU side */
|
||||
int WebRtcNetEQ_DSP2MCUinterrupt(MainInst_t *inst, WebRtc_Word16 *pw16_shared_mem)
|
||||
int WebRtcNetEQ_DSP2MCUinterrupt(MainInst_t *inst, int16_t *pw16_shared_mem)
|
||||
{
|
||||
inst->MCUinst.pw16_readAddress = pw16_shared_mem;
|
||||
inst->MCUinst.pw16_writeAddress = pw16_shared_mem;
|
||||
|
||||
Reference in New Issue
Block a user