fix syntax error

This commit is contained in:
Charles Ewert 2023-06-02 10:26:49 -04:00
parent 8c3605c01a
commit 56bb2108b5

View File

@ -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