Index: webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h |
diff --git a/webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h b/webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h |
index 3d003e4ed92c088f897b2214491b36886c3454be..8c5c7e6a8dbc86cc0fe4f58bf801763fb3edf998 100644 |
--- a/webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h |
+++ b/webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h |
@@ -37,8 +37,8 @@ int WebRtcIsacfix_DecodeImpl(int16_t* signal_out16, |
int16_t* current_framesamples); |
int16_t WebRtcIsacfix_DecodePlcImpl(int16_t* decoded, |
- IsacFixDecoderInstance* ISACdec_obj, |
- int16_t* current_framesample ); |
+ IsacFixDecoderInstance* ISACdec_obj, |
+ int16_t* current_framesample ); |
int WebRtcIsacfix_EncodeImpl(int16_t* in, |
IsacFixEncoderInstance* ISACenc_obj, |