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

Unified Diff: webrtc/modules/utility/source/file_player_impl.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
Index: webrtc/modules/utility/source/file_player_impl.h
diff --git a/webrtc/modules/utility/source/file_player_impl.h b/webrtc/modules/utility/source/file_player_impl.h
index f81e7101eab02366b07c1b25abe6bb07c15b70a7..8818b5caad766ea9936d5c74bea4aace34664276 100644
--- a/webrtc/modules/utility/source/file_player_impl.h
+++ b/webrtc/modules/utility/source/file_player_impl.h
@@ -31,7 +31,7 @@ public:
virtual int Get10msAudioFromFile(
int16_t* outBuffer,
- int& lengthInSamples,
+ size_t& lengthInSamples,
int frequencyInHz);
virtual int32_t RegisterModuleFileCallback(FileCallback* callback);
virtual int32_t StartPlayingFile(
« no previous file with comments | « webrtc/modules/utility/source/audio_frame_operations_unittest.cc ('k') | webrtc/modules/utility/source/file_player_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698