Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(368)

Unified Diff: webrtc/modules/audio_coding/codecs/ilbc/hp_output.h

Issue 1230693002: Update audio code to use size_t more correctly, (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Review comments Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_coding/codecs/ilbc/hp_output.h
diff --git a/webrtc/modules/audio_coding/codecs/ilbc/hp_output.h b/webrtc/modules/audio_coding/codecs/ilbc/hp_output.h
index 7937ba00cd7647917d6a8513195eff1305f0f279..1840b68186f64a19138024c2c6f626a0d0f19d9e 100644
--- a/webrtc/modules/audio_coding/codecs/ilbc/hp_output.h
+++ b/webrtc/modules/audio_coding/codecs/ilbc/hp_output.h
@@ -29,6 +29,6 @@ void WebRtcIlbcfix_HpOutput(
int16_t *y, /* (i/o) Filter state yhi[n-1] ylow[n-1]
yhi[n-2] ylow[n-2] */
int16_t *x, /* (i/o) Filter state x[n-1] x[n-2] */
- int16_t len); /* (i) Number of samples to filter */
+ size_t len); /* (i) Number of samples to filter */
#endif
« no previous file with comments | « webrtc/modules/audio_coding/codecs/ilbc/hp_input.c ('k') | webrtc/modules/audio_coding/codecs/ilbc/hp_output.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698