Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

Commit ca55313

Browse files
committed
Fixed access level issues
1 parent fb32890 commit ca55313

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/LightCompressor/LightCompressor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public struct LightCompressor {
5858
* and if the compression was [onCancelled]
5959
*/
6060

61-
func compressVideo(source: URL,
61+
public func compressVideo(source: URL,
6262
destination: URL,
6363
quality: VideoQuality,
6464
isMinBitRateEnabled: Bool = true,

0 commit comments

Comments
 (0)