svc: Remove references to bogus modes
Those never existed, were likely a copy-paste error in the spec that we somehow inherited. Bug: webrtc:11607 Change-Id: Ib4a038f061123e879f1099656273f6392f092213 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/273485 Commit-Queue: Florent Castelli <orphis@webrtc.org> Auto-Submit: Florent Castelli <orphis@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37953}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
38de6bc0b8
commit
33155d763c
@ -20,12 +20,8 @@ absl::string_view ScalabilityModeToString(ScalabilityMode scalability_mode) {
|
||||
return "L1T1";
|
||||
case ScalabilityMode::kL1T2:
|
||||
return "L1T2";
|
||||
case ScalabilityMode::kL1T2h:
|
||||
return "L1T2h";
|
||||
case ScalabilityMode::kL1T3:
|
||||
return "L1T3";
|
||||
case ScalabilityMode::kL1T3h:
|
||||
return "L1T3h";
|
||||
case ScalabilityMode::kL2T1:
|
||||
return "L2T1";
|
||||
case ScalabilityMode::kL2T1h:
|
||||
|
||||
@ -27,9 +27,7 @@ namespace webrtc {
|
||||
enum class ScalabilityMode : uint8_t {
|
||||
kL1T1,
|
||||
kL1T2,
|
||||
kL1T2h,
|
||||
kL1T3,
|
||||
kL1T3h,
|
||||
kL2T1,
|
||||
kL2T1h,
|
||||
kL2T1_KEY,
|
||||
@ -61,9 +59,7 @@ inline constexpr ScalabilityMode kAllScalabilityModes[] = {
|
||||
// clang-format off
|
||||
ScalabilityMode::kL1T1,
|
||||
ScalabilityMode::kL1T2,
|
||||
ScalabilityMode::kL1T2h,
|
||||
ScalabilityMode::kL1T3,
|
||||
ScalabilityMode::kL1T3h,
|
||||
ScalabilityMode::kL2T1,
|
||||
ScalabilityMode::kL2T1h,
|
||||
ScalabilityMode::kL2T1_KEY,
|
||||
|
||||
Reference in New Issue
Block a user