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

Unified Diff: webrtc/voice_engine/transmit_mixer_unittest.cc

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/transmit_mixer.cc ('k') | webrtc/voice_engine/utility.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/transmit_mixer_unittest.cc
diff --git a/webrtc/voice_engine/transmit_mixer_unittest.cc b/webrtc/voice_engine/transmit_mixer_unittest.cc
index 5fb982b1fc33c503f284528fa7f731b0b099b75c..27aa8b3f014ac5a9f7d0fbcd70929592ca5f4097 100644
--- a/webrtc/voice_engine/transmit_mixer_unittest.cc
+++ b/webrtc/voice_engine/transmit_mixer_unittest.cc
@@ -20,7 +20,7 @@ namespace {
class MediaCallback : public VoEMediaProcess {
public:
virtual void Process(int channel, ProcessingTypes type,
- int16_t audio[], int samples_per_channel,
+ int16_t audio[], size_t samples_per_channel,
int sample_rate_hz, bool is_stereo) {
}
};
« no previous file with comments | « webrtc/voice_engine/transmit_mixer.cc ('k') | webrtc/voice_engine/utility.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698