fix typo
This commit is contained in:
parent
283034708d
commit
5408784243
|
@ -606,7 +606,7 @@ function getDeviceProfile() as object
|
||||||
if playAv1 and addAv1
|
if playAv1 and addAv1
|
||||||
av1Mp4LevelSupported = 0.0
|
av1Mp4LevelSupported = 0.0
|
||||||
av1TsLevelSupported = 0.0
|
av1TsLevelSupported = 0.0
|
||||||
av1AssProfiles = []
|
av1AssProfiles = {}
|
||||||
av1HighestLevel = 0.0
|
av1HighestLevel = 0.0
|
||||||
for each container in profileSupport
|
for each container in profileSupport
|
||||||
for each profile in profileSupport[container]["av1"]
|
for each profile in profileSupport[container]["av1"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user