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

Unified Diff: webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h

Issue 2999063002: Add flag enabling more packets to be retransmittable. (Closed)
Patch Set: whitespace Created 3 years, 4 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
Index: webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
diff --git a/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h b/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
index 7d54ea4b24606b1f9692739924b0f6e71eda7da1..92043bbb15edf2e2d8b0db7ccae07a80c621d638 100644
--- a/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
+++ b/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
@@ -118,6 +118,7 @@ enum RetransmissionMode : uint8_t {
kRetransmitFECPackets = 0x1,
kRetransmitBaseLayer = 0x2,
kRetransmitHigherLayers = 0x4,
+ kConditionallyRetransmitHigherLayers = 0x8,
danilchap 2017/08/29 17:31:19 can you add some comment what 'conditionally' mean
sprang_webrtc 2017/08/31 15:54:28 Done.
kRetransmitAllPackets = 0xFF
};
« no previous file with comments | « no previous file | webrtc/modules/rtp_rtcp/source/rtp_format_vp8.cc » ('j') | webrtc/modules/rtp_rtcp/source/rtp_format_vp8.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698