Allow setting different number of temporal layers per simulcast layer.
Setting different number of temporal layers is supported by SimulcastEncodeAdapter and LibvpxVp8Encoder will fallback to SimulcastEncoderAdapter if InitEncode fails. Bug: none Change-Id: I8a09ee1e6c70a0006317957c0802d019a0d28ca2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/228642 Reviewed-by: Erik Språng <sprang@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Åsa Persson <asapersson@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34785}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
29dddff209
commit
fb1959625d
@ -489,8 +489,6 @@ struct RTC_EXPORT RtpEncodingParameters {
|
||||
|
||||
// Specifies the number of temporal layers for video (if the feature is
|
||||
// supported by the codec implementation).
|
||||
// TODO(asapersson): Different number of temporal layers are not supported
|
||||
// per simulcast layer.
|
||||
// Screencast support is experimental.
|
||||
absl::optional<int> num_temporal_layers;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user