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:
@ -455,7 +455,6 @@ struct RtpEncodingParameters {
|
|||||||
absl::optional<int> num_temporal_layers;
|
absl::optional<int> num_temporal_layers;
|
||||||
|
|
||||||
// For video, scale the resolution down by this factor.
|
// For video, scale the resolution down by this factor.
|
||||||
// TODO(deadbeef): Not implemented.
|
|
||||||
absl::optional<double> scale_resolution_down_by;
|
absl::optional<double> scale_resolution_down_by;
|
||||||
|
|
||||||
// Scale the framerate down by this factor.
|
// Scale the framerate down by this factor.
|
||||||
@ -472,7 +471,6 @@ struct RtpEncodingParameters {
|
|||||||
|
|
||||||
// Value to use for RID RTP header extension.
|
// Value to use for RID RTP header extension.
|
||||||
// Called "encodingId" in ORTC.
|
// Called "encodingId" in ORTC.
|
||||||
// TODO(deadbeef): Not implemented.
|
|
||||||
std::string rid;
|
std::string rid;
|
||||||
|
|
||||||
// RIDs of encodings on which this layer depends.
|
// RIDs of encodings on which this layer depends.
|
||||||
|
Reference in New Issue
Block a user