Chromium Code Reviews| Index: webrtc/modules/audio_processing/aec/aec_resampler.h |
| diff --git a/webrtc/modules/audio_processing/aec/aec_resampler.h b/webrtc/modules/audio_processing/aec/aec_resampler.h |
| index debe069eee697059f19063aa07b3d9afa5fb412f..def33140f50af21047914ec613093a9d726e969a 100644 |
| --- a/webrtc/modules/audio_processing/aec/aec_resampler.h |
| +++ b/webrtc/modules/audio_processing/aec/aec_resampler.h |
| @@ -21,7 +21,7 @@ enum { |
| }; |
| // Unless otherwise specified, functions return 0 on success and -1 on error |
| -int WebRtcAec_CreateResampler(void** resampInst); |
| +void* WebRtcAec_CreateResampler(); |
|
kwiberg-webrtc
2015/06/10 09:31:43
An otherwise specification that it returns NULL on
bjornv1
2015/06/10 19:03:04
Done
|
| int WebRtcAec_InitResampler(void* resampInst, int deviceSampleRateHz); |
| void WebRtcAec_FreeResampler(void* resampInst); |