Index: webrtc/modules/rtp_rtcp/include/rtp_rtcp.h |
diff --git a/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h b/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h |
index e0ace4c775d76c9df39d0d9a69954cb9c8b50df2..5770d0ed4008301ed1219083355411f6c493028c 100644 |
--- a/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h |
+++ b/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h |
@@ -165,6 +165,9 @@ class RtpRtcp : public Module { |
virtual int32_t RegisterSendPayload( |
const VideoCodec& videoCodec) = 0; |
+ virtual void RegisterVideoSendPayload(int payload_type, |
+ const char* payload_name) = 0; |
+ |
/* |
* Unregister a send payload |
* |