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

Unified Diff: webrtc/call/video_receive_stream.h

Issue 3008773002: Use RtxReceiveStream. (Closed)
Patch Set: Improve TODO comments. 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/call/video_receive_stream.h
diff --git a/webrtc/call/video_receive_stream.h b/webrtc/call/video_receive_stream.h
index 18e904d076489fdddf99b667d6f37dd90c163fb2..f5d393176f80d6a738fc97089890575f53f65df8 100644
--- a/webrtc/call/video_receive_stream.h
+++ b/webrtc/call/video_receive_stream.h
@@ -160,6 +160,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.

Powered by Google App Engine
This is Rietveld 408576698