| 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 745715dcea2663a65f6ae1603529e05386ef6248..f6ab352d856766425d7334f15accca49b640fc4e 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
|
|
|