Index: webrtc/video/video_send_stream.h |
diff --git a/webrtc/video/video_send_stream.h b/webrtc/video/video_send_stream.h |
index ff52c031af73b491cbbf41d8e9880edca3d40052..4fb67f68456d88bb1c77b26fc0f9bfbd54426908 100644 |
--- a/webrtc/video/video_send_stream.h |
+++ b/webrtc/video/video_send_stream.h |
@@ -91,6 +91,8 @@ class VideoSendStream : public webrtc::VideoSendStream { |
RtpStateMap StopPermanentlyAndGetRtpStates(); |
+ void SetTransportOverhead(int transport_overhead_per_packet); |
+ |
private: |
class ConstructionTask; |
class DestructAndGetRtpStateTask; |