From df5923da0c29c156a1b4de1abda387f661700c8d Mon Sep 17 00:00:00 2001 From: Steve Anton Date: Thu, 28 Feb 2019 13:16:15 -0800 Subject: [PATCH] scale_resolution_down_by and rid are implemented Bug: None Change-Id: Ifccfb2f451fbcbbe9da3cd157dad66999475acce Reviewed-on: https://webrtc-review.googlesource.com/c/125140 Reviewed-by: Amit Hilbuch Commit-Queue: Steve Anton Cr-Commit-Position: refs/heads/master@{#26911} --- api/rtp_parameters.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/rtp_parameters.h b/api/rtp_parameters.h index 6bb7c394bf..b7d7702d0b 100644 --- a/api/rtp_parameters.h +++ b/api/rtp_parameters.h @@ -455,7 +455,6 @@ struct RtpEncodingParameters { absl::optional num_temporal_layers; // For video, scale the resolution down by this factor. - // TODO(deadbeef): Not implemented. absl::optional scale_resolution_down_by; // Scale the framerate down by this factor. @@ -472,7 +471,6 @@ struct RtpEncodingParameters { // Value to use for RID RTP header extension. // Called "encodingId" in ORTC. - // TODO(deadbeef): Not implemented. std::string rid; // RIDs of encodings on which this layer depends.