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

Unified Diff: webrtc/modules/audio_coding/neteq/sync_buffer.h

Issue 2839163002: NetEq: Add functionality to assist with delay analysis and tooling (Closed)
Patch Set: Created 3 years, 8 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/audio_coding/neteq/sync_buffer.h
diff --git a/webrtc/modules/audio_coding/neteq/sync_buffer.h b/webrtc/modules/audio_coding/neteq/sync_buffer.h
index 5eae4bfc464b59d56f1df5a2e44f7e83d4b66241..eb90034eb151304e9d0cf99014c404017bdda6e6 100644
--- a/webrtc/modules/audio_coding/neteq/sync_buffer.h
+++ b/webrtc/modules/audio_coding/neteq/sync_buffer.h
@@ -26,7 +26,7 @@ class SyncBuffer : public AudioMultiVector {
end_timestamp_(0),
dtmf_index_(0) {}
- // Returns the number of samples yet to play out form the buffer.
+ // Returns the number of samples yet to play out from the buffer.
hlundin-webrtc 2017/04/26 11:41:31 Totally unrelated typo fix.
size_t FutureLength() const;
// Adds the contents of |append_this| to the back of the SyncBuffer. Removes

Powered by Google App Engine
This is Rietveld 408576698