mirror of
https://github.com/livekit/livekit.git
synced 2026-08-01 17:59:34 +00:00
Chaging VideoLayers -> VideoLayer (#1591)
There was mixed used. It is a struct. So, it is a singular. Change all the places I could find. There may be more, but can be changed when spotted.
This commit is contained in:
@@ -11,12 +11,12 @@ const (
|
||||
)
|
||||
|
||||
var (
|
||||
InvalidLayers = VideoLayer{
|
||||
InvalidLayer = VideoLayer{
|
||||
Spatial: InvalidLayerSpatial,
|
||||
Temporal: InvalidLayerTemporal,
|
||||
}
|
||||
|
||||
DefaultMaxLayers = VideoLayer{
|
||||
DefaultMaxLayer = VideoLayer{
|
||||
Spatial: DefaultMaxLayerSpatial,
|
||||
Temporal: DefaultMaxLayerTemporal,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user