| Index: webrtc/common_audio/signal_processing/include/signal_processing_library.h
|
| diff --git a/webrtc/common_audio/signal_processing/include/signal_processing_library.h b/webrtc/common_audio/signal_processing/include/signal_processing_library.h
|
| index fdfcba02478e2181e194b1a81b1ad3c086a6c9f5..24656b749fab34a7d8d2d07f4a634f7e9e08b0b5 100644
|
| --- a/webrtc/common_audio/signal_processing/include/signal_processing_library.h
|
| +++ b/webrtc/common_audio/signal_processing/include/signal_processing_library.h
|
| @@ -844,14 +844,11 @@ void WebRtcSpl_ResetResample8khzTo22khz(WebRtcSpl_State8khzTo22khz* state);
|
| *
|
| ******************************************************************/
|
|
|
| -void WebRtcSpl_Resample48khzTo32khz(const int32_t* In, int32_t* Out,
|
| - int32_t K);
|
| +void WebRtcSpl_Resample48khzTo32khz(const int32_t* In, int32_t* Out, int32_t K);
|
|
|
| -void WebRtcSpl_Resample32khzTo24khz(const int32_t* In, int32_t* Out,
|
| - int32_t K);
|
| +void WebRtcSpl_Resample32khzTo24khz(const int32_t* In, int32_t* Out, int32_t K);
|
|
|
| -void WebRtcSpl_Resample44khzTo32khz(const int32_t* In, int32_t* Out,
|
| - int32_t K);
|
| +void WebRtcSpl_Resample44khzTo32khz(const int32_t* In, int32_t* Out, int32_t K);
|
|
|
| /*******************************************************************
|
| * resample_48khz.c
|
|
|