|
@@ -165,7 +165,7 @@ public class PQMoveInput: ImageSource {
|
|
|
|
|
|
// 初始化方法
|
|
|
public convenience init(url: URL, playAtActualSpeed: Bool = false, loop: Bool = false, audioSettings: [String: Any]? = nil) throws {
|
|
|
- let inputAsset = AVURLAsset(url: url, options: avAssertOptions)
|
|
|
+ let inputAsset = AVURLAsset(url: url, options: nil)
|
|
|
try self.init(asset: inputAsset, videoComposition: nil, audioMix: nil, playAtActualSpeed: playAtActualSpeed, loop: loop, audioSettings: audioSettings)
|
|
|
|
|
|
|