Skip to content

Commit

Permalink
chore: kickoff release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaland authored Jul 29, 2024
2 parents 7d7bb8f + 8b3f63a commit 2c98b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/FaceLiveness/AV/VideoChunker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ final class VideoChunker {
state = .awaitingSingleFrame

// explicitly calling `endSession` is unnecessary
if state != .complete {
if assetWriter.status != .completed {
assetWriter.finishWriting {}
}
}
Expand Down

0 comments on commit 2c98b47

Please sign in to comment.