Skip to content

Commit

Permalink
Merge pull request #11 from ivanrein/9341
Browse files Browse the repository at this point in the history
[IOS-9341] fix bug overlay not showing
  • Loading branch information
Lenhador authored Jan 5, 2021
2 parents 9427aa9 + 88a7a85 commit 265cf47
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 265cf47

Please sign in to comment.