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

Unified Diff: webrtc/modules/rtp_rtcp/source/rtp_utility.h

Issue 2524923002: Remove RTPPayloadStrategy and simplify RTPPayloadRegistry (Closed)
Patch Set: Address comments. Created 4 years, 1 month 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/rtp_rtcp/source/rtp_utility.h
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_utility.h b/webrtc/modules/rtp_rtcp/source/rtp_utility.h
index 474bc6e04e00c9ac66121f4d5628af9ca022c8b0..ad0318d4db7c14b849f075771b5acb753d5c913b 100644
--- a/webrtc/modules/rtp_rtcp/source/rtp_utility.h
+++ b/webrtc/modules/rtp_rtcp/source/rtp_utility.h
@@ -36,9 +36,8 @@ struct Payload {
PayloadUnion typeSpecific;
};
-typedef std::map<int8_t, Payload*> PayloadTypeMap;
-
bool StringCompare(const char* str1, const char* str2, const uint32_t length);
+bool StringCompare(const char* str1, const char* str2);
// Round up to the nearest size that is a multiple of 4.
size_t Word32Align(size_t size);

Powered by Google App Engine
This is Rietveld 408576698