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

Unified Diff: webrtc/media/base/rtpdump.h

Issue 1821083002: Split ByteBuffer into writer/reader objects. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 9 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/libjingle/xmpp/xmppsocket.cc ('k') | webrtc/media/base/rtpdump.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/base/rtpdump.h
diff --git a/webrtc/media/base/rtpdump.h b/webrtc/media/base/rtpdump.h
index 64880c7e28bd6da456c893a5f00eb529d749a436..4ce479277afd193beabb32755595d71652f19977 100644
--- a/webrtc/media/base/rtpdump.h
+++ b/webrtc/media/base/rtpdump.h
@@ -40,7 +40,7 @@ enum RtpDumpPacketFilter {
struct RtpDumpFileHeader {
RtpDumpFileHeader(uint32_t start_ms, uint32_t s, uint16_t p);
- void WriteToByteBuffer(rtc::ByteBuffer* buf);
+ void WriteToByteBuffer(rtc::ByteBufferWriter* buf);
static const char kFirstLine[];
static const size_t kHeaderLength = 16;
« no previous file with comments | « webrtc/libjingle/xmpp/xmppsocket.cc ('k') | webrtc/media/base/rtpdump.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698