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

Unified Diff: webrtc/call/video_receive_stream.h

Issue 3006063002: Reland of Use RtxReceiveStream. (Closed)
Patch Set: Address comments. Created 3 years, 3 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 | « webrtc/call/rtx_receive_stream.cc ('k') | webrtc/media/engine/webrtcvideoengine.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/video_receive_stream.h
diff --git a/webrtc/call/video_receive_stream.h b/webrtc/call/video_receive_stream.h
index e51184e2dd524ba0b96c4858602ae222a791c775..f199ca1f851dac7ae89b79ca9680bf22cc75e817 100644
--- a/webrtc/call/video_receive_stream.h
+++ b/webrtc/call/video_receive_stream.h
@@ -167,6 +167,11 @@ class VideoReceiveStream {
NackConfig nack;
// See UlpfecConfig for description.
+ // TODO(nisse): UlpfecConfig includes the field red_rtx_payload_type,
+ // which duplicates info in the rtx_associated_payload_types mapping. So
+ // delete the use of UlpfecConfig here, and replace by the values which
+ // make sense in this context, likely those are ulpfec_payload_type_ and
+ // red_payload_type_.
UlpfecConfig ulpfec;
// SSRC for retransmissions.
« no previous file with comments | « webrtc/call/rtx_receive_stream.cc ('k') | webrtc/media/engine/webrtcvideoengine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698