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

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

Issue 2914493002: Remove RTPSenderVideo::FecPacketOverhead() since it is unused. (Closed)
Patch Set: Stop depending on other CL. Created 3 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/rtp_rtcp/source/rtp_sender_video.h
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h b/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h
index 23a4082af8ece1fc087fef5514775ad83a22bb79..933eeb04408425dfec014db10ed2b2edad957c15 100644
--- a/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h
+++ b/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h
@@ -43,11 +43,6 @@ class RTPSenderVideo {
virtual RtpVideoCodecTypes VideoCodecType() const;
- size_t FecPacketOverhead() const {
- rtc::CritScope cs(&crit_);
- return CalculateFecPacketOverhead();
- }
-
static RtpUtility::Payload* CreateVideoPayload(
const char payload_name[RTP_PAYLOAD_NAME_SIZE],
int8_t payload_type);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698