|
@@ -759,7 +759,7 @@ class PQStuckPointEditerController: PQBaseViewController {
|
|
|
let progress = (currentTime - CMTimeGetSeconds(self?.playeTimeRange.start ?? .zero)) / CMTimeGetSeconds(self?.playeTimeRange.duration ?? .zero)
|
|
|
BFLog(message: "\(currentTime) \(tatolTime) 显示播放器进度为: \(progress)")
|
|
|
|
|
|
-// self?.stuckPointCuttingView.videoCropView.updateProgress(progress: CGFloat(progress))
|
|
|
+ self?.stuckPointCuttingView.updateProgress(progress: CGFloat(progress))
|
|
|
|
|
|
if self?.synchroMarskView.superview != nil {
|
|
|
self?.synchroMarskView.removeMarskView()
|