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

Unified Diff: webrtc/voice_engine/include/voe_external_media.h

Issue 1230503003: Update a ton of audio code to use size_t more correctly and in general reduce (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Resync 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
« no previous file with comments | « webrtc/voice_engine/channel.cc ('k') | webrtc/voice_engine/mock/fake_voe_external_media.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/include/voe_external_media.h
diff --git a/webrtc/voice_engine/include/voe_external_media.h b/webrtc/voice_engine/include/voe_external_media.h
index 6185540249eb3c9297792a016931699787f23211..2c451e471aa52d03d1c250f9cc15c35971c09546 100644
--- a/webrtc/voice_engine/include/voe_external_media.h
+++ b/webrtc/voice_engine/include/voe_external_media.h
@@ -31,7 +31,7 @@ class WEBRTC_DLLEXPORT VoEMediaProcess {
virtual void Process(int channel,
ProcessingTypes type,
int16_t audio10ms[],
- int length,
+ size_t length,
int samplingFreq,
bool isStereo) = 0;
« no previous file with comments | « webrtc/voice_engine/channel.cc ('k') | webrtc/voice_engine/mock/fake_voe_external_media.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698