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

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

Issue 2314743002: Centralize deactivation of Unequal Protection. (Closed)
Patch Set: Fix fuzzer here too. Created 4 years, 2 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 | webrtc/modules/rtp_rtcp/source/producer_fec.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/rtp_rtcp/source/producer_fec.h
diff --git a/webrtc/modules/rtp_rtcp/source/producer_fec.h b/webrtc/modules/rtp_rtcp/source/producer_fec.h
index d52b4ed8f8832b3a69541358db13756809079563..35bb7dafbfb54125598a75651b5178b91c114ca0 100644
--- a/webrtc/modules/rtp_rtcp/source/producer_fec.h
+++ b/webrtc/modules/rtp_rtcp/source/producer_fec.h
@@ -49,8 +49,7 @@ class ProducerFec {
size_t rtp_header_length,
int red_payload_type);
- void SetFecParameters(const FecProtectionParams* params,
- int num_first_partition);
+ void SetFecParameters(const FecProtectionParams* params);
// Adds a media packet to the internal buffer. When enough media packets
// have been added, the FEC packets are generated and stored internally.
@@ -100,7 +99,6 @@ class ProducerFec {
ForwardErrorCorrection::PacketList media_packets_;
std::list<ForwardErrorCorrection::Packet*> generated_fec_packets_;
int num_protected_frames_;
- int num_important_packets_;
int min_num_media_packets_;
FecProtectionParams params_;
FecProtectionParams new_params_;
« no previous file with comments | « no previous file | webrtc/modules/rtp_rtcp/source/producer_fec.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698