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 <amithi@webrtc.org>
Commit-Queue: Steve Anton <steveanton@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26911}
This commit is contained in:
Steve Anton
2019-02-28 13:16:15 -08:00
committed by Commit Bot
parent 9ded485caa
commit df5923da0c

View File

@ -455,7 +455,6 @@ struct RtpEncodingParameters {
absl::optional<int> num_temporal_layers;
// For video, scale the resolution down by this factor.
// TODO(deadbeef): Not implemented.
absl::optional<double> 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.