| 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 0e1d6610b980d11d5514b28721e422bf62adcac6..6cab7cbcf5603fb09e7a3d2ea7e72c4405a43c70 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_utility.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_utility.h
|
| @@ -36,6 +36,8 @@
|
| PayloadUnion typeSpecific;
|
| };
|
|
|
| +typedef std::map<int8_t, Payload*> PayloadTypeMap;
|
| +
|
| bool StringCompare(const char* str1, const char* str2, const uint32_t length);
|
|
|
| // Round up to the nearest size that is a multiple of 4.
|
|
|