|
@@ -863,10 +863,10 @@ extension PQStuckPointPublicController {
|
|
|
|
|
|
self?.beginExport(inputAsset: asset)
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+ if(PQBFConfig.shared.enableWatermarkMovie){
|
|
|
+
|
|
|
+ self?.beginExportWatermarkMovie(inputAsset:asset)
|
|
|
+ }
|
|
|
}else{
|
|
|
cShowHUB(superView: self?.view, msg: "合成失败请重试。")
|
|
|
}
|