Skip to content

Commit

Permalink
fix bug overlay not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Reinaldo committed Dec 23, 2020
1 parent 9427aa9 commit 88a7a85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/Sources/SCAssetExportSession.m
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,8 @@ - (void)_setupVideoUsingTracks:(NSArray *)videoTracks {
if (videoComposition != nil) {
_filter = nil;
}
} else if (videoComposition == nil) {
videoComposition = [AVMutableVideoComposition videoCompositionWithPropertiesOfAsset:_inputAsset];
}

NSDictionary *settings = nil;
Expand Down

0 comments on commit 88a7a85

Please sign in to comment.