 Chromium Code Reviews
 Chromium Code Reviews Issue 1235643003:
  Miscellaneous changes split from https://codereview.webrtc.org/1230503003 .  (Closed) 
  Base URL: https://chromium.googlesource.com/external/webrtc@master
    
  
    Issue 1235643003:
  Miscellaneous changes split from https://codereview.webrtc.org/1230503003 .  (Closed) 
  Base URL: https://chromium.googlesource.com/external/webrtc@master| Index: webrtc/modules/audio_coding/codecs/isac/fix/source/decode.c | 
| diff --git a/webrtc/modules/audio_coding/codecs/isac/fix/source/decode.c b/webrtc/modules/audio_coding/codecs/isac/fix/source/decode.c | 
| index f0ae07e132d156c4b0d84d485dd453b7f4495d9f..8506c621855f27039b7b3a98dc23ab705c7f4e24 100644 | 
| --- a/webrtc/modules/audio_coding/codecs/isac/fix/source/decode.c | 
| +++ b/webrtc/modules/audio_coding/codecs/isac/fix/source/decode.c | 
| @@ -27,9 +27,9 @@ | 
| -int WebRtcIsacfix_DecodeImpl(int16_t *signal_out16, | 
| +int WebRtcIsacfix_DecodeImpl(int16_t *signal_out16, | 
| IsacFixDecoderInstance *ISACdec_obj, | 
| - int16_t *current_framesamples) | 
| + int16_t *current_framesamples) | 
| 
kwiberg-webrtc
2015/07/12 18:40:30
Put * in the right place while you're at it?
 
Peter Kasting
2015/07/13 22:25:04
Done (here).
 | 
| { | 
| int k; | 
| int err; |