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

Unified Diff: webrtc/modules/audio_coding/codecs/ilbc/nearest_neighbor.c

Issue 1168753002: Match existing type usage better. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Resync Created 5 years, 6 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/nearest_neighbor.c
diff --git a/webrtc/modules/audio_coding/codecs/ilbc/nearest_neighbor.c b/webrtc/modules/audio_coding/codecs/ilbc/nearest_neighbor.c
index 63299088513e663385dfbeaba461a8c679548473..30c7a034cca052ef0e52b195f2fff787cf175d24 100644
--- a/webrtc/modules/audio_coding/codecs/ilbc/nearest_neighbor.c
+++ b/webrtc/modules/audio_coding/codecs/ilbc/nearest_neighbor.c
@@ -42,5 +42,5 @@ void WebRtcIlbcfix_NearestNeighbor(
}
/* Find the minimum square distance */
- *index=WebRtcSpl_MinIndexW32(crit, (int16_t)arlength);
+ *index=WebRtcSpl_MinIndexW32(crit, arlength);
}
« no previous file with comments | « webrtc/modules/audio_coding/codecs/ilbc/my_corr.c ('k') | webrtc/modules/audio_coding/codecs/ilbc/refiner.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698