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

Unified Diff: webrtc/common_types.h

Issue 1227893002: Update audio code to use size_t more correctly, webrtc/ portion. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: 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
Index: webrtc/common_types.h
diff --git a/webrtc/common_types.h b/webrtc/common_types.h
index 1156bbcd77b8a7a34cc5203cdcfe439b6a5dd92d..8d930e996e7b9b2993b1362fd1d635a486b64c9b 100644
--- a/webrtc/common_types.h
+++ b/webrtc/common_types.h
@@ -381,7 +381,7 @@ struct NetworkStatistics // NETEQ statistics
// max packet waiting time in the jitter buffer (ms)
int maxWaitingTimeMs;
// added samples in off mode due to packet loss
- int addedSamples;
+ size_t addedSamples;
};
// Statistics for calls to AudioCodingModule::PlayoutData10Ms().
« no previous file with comments | « no previous file | webrtc/system_wrappers/interface/aligned_array.h » ('j') | webrtc/system_wrappers/interface/aligned_array.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698