fix syntax error
This commit is contained in:
parent
8c3605c01a
commit
56bb2108b5
|
@ -485,7 +485,7 @@ function getDeviceProfile() as object
|
||||||
for each level in supportedVideoCodecs[container]["mpeg2"]
|
for each level in supportedVideoCodecs[container]["mpeg2"]
|
||||||
mpeg2Levels.push(level)
|
mpeg2Levels.push(level)
|
||||||
end for
|
end for
|
||||||
if mpeg2Levels.count > 0 then exit for
|
if mpeg2Levels.count() > 0 then exit for
|
||||||
end if
|
end if
|
||||||
end if
|
end if
|
||||||
end for
|
end for
|
||||||
|
|
Loading…
Reference in New Issue
Block a user