| Index: webrtc/modules/audio_coding/codecs/isac/fix/source/audio_encoder_isacfix.cc
|
| diff --git a/webrtc/modules/audio_coding/codecs/isac/fix/source/audio_encoder_isacfix.cc b/webrtc/modules/audio_coding/codecs/isac/fix/source/audio_encoder_isacfix.cc
|
| index c7999b56be36deb1f6e54f09dd77ecd8c75da3c5..addd92b56bb1a8ddb68bf603828dd613608ca3bf 100644
|
| --- a/webrtc/modules/audio_coding/codecs/isac/fix/source/audio_encoder_isacfix.cc
|
| +++ b/webrtc/modules/audio_coding/codecs/isac/fix/source/audio_encoder_isacfix.cc
|
| @@ -89,8 +89,8 @@ bool AudioEncoderDecoderMutableIsacFix::HasDecodePlc() const {
|
| return encoder()->HasDecodePlc();
|
| }
|
|
|
| -int AudioEncoderDecoderMutableIsacFix::DecodePlc(int num_frames,
|
| - int16_t* decoded) {
|
| +size_t AudioEncoderDecoderMutableIsacFix::DecodePlc(size_t num_frames,
|
| + int16_t* decoded) {
|
| CriticalSectionScoped cs(encoder_lock_.get());
|
| return encoder()->DecodePlc(num_frames, decoded);
|
| }
|
|
|