|
@@ -1090,7 +1090,7 @@ class PQStuckPointEditerController: PQBaseViewController {
|
|
return
|
|
return
|
|
}
|
|
}
|
|
|
|
|
|
- let maxValue = max(videoSize.width, videoSize.height ?? 0)
|
|
|
|
|
|
+ let maxValue = max(videoSize.width, videoSize.height)
|
|
|
|
|
|
if maxValue > 1920 {
|
|
if maxValue > 1920 {
|
|
let maxRation = 1920 / maxValue
|
|
let maxRation = 1920 / maxValue
|
|
@@ -1598,9 +1598,7 @@ extension PQStuckPointEditerController {
|
|
i = i + 1
|
|
i = i + 1
|
|
clipNum = clipNum + 1
|
|
clipNum = clipNum + 1
|
|
}
|
|
}
|
|
-
|
|
|
|
// 拼接要使用的卡点信息
|
|
// 拼接要使用的卡点信息
|
|
-
|
|
|
|
clipPoint(clipNum: clipNum, oldPoints: stuckPointsTemp)
|
|
clipPoint(clipNum: clipNum, oldPoints: stuckPointsTemp)
|
|
}
|
|
}
|
|
|
|
|