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

Unified Diff: webrtc/common_audio/fft4g.h

Issue 1227203003: Update audio code to use size_t more correctly, webrtc/common_audio/ portion. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Resync Created 5 years, 5 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
« no previous file with comments | « webrtc/common_audio/channel_buffer.cc ('k') | webrtc/common_audio/fft4g.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_audio/fft4g.h
diff --git a/webrtc/common_audio/fft4g.h b/webrtc/common_audio/fft4g.h
index 2fe4299ed9deba4b52535b0012335b6960950f63..6dd792f6308e3427af85a528e7597b0e2ecd3fb6 100644
--- a/webrtc/common_audio/fft4g.h
+++ b/webrtc/common_audio/fft4g.h
@@ -16,7 +16,7 @@ extern "C" {
#endif
// Refer to fft4g.c for documentation.
-void WebRtc_rdft(int n, int isgn, float *a, int *ip, float *w);
+void WebRtc_rdft(size_t n, int isgn, float *a, size_t *ip, float *w);
#if defined(__cplusplus)
}
« no previous file with comments | « webrtc/common_audio/channel_buffer.cc ('k') | webrtc/common_audio/fft4g.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698