Skip to content

Commit

Permalink
Expose error types
Browse files Browse the repository at this point in the history
  • Loading branch information
finnvoor committed Feb 6, 2024
1 parent f8fd5fb commit 6364586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Upscaling/UpscalingCompositor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public final class UpscalingCompositor: NSObject, AVVideoCompositing {

// MARK: UpscalingCompositor.Error

extension UpscalingCompositor {
public extension UpscalingCompositor {
enum Error: Swift.Error {
case couldNotGetSourceTrackID
case couldNotGetSourceFrame
Expand Down
2 changes: 1 addition & 1 deletion Sources/Upscaling/UpscalingExportSession.swift
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public class UpscalingExportSession {

// MARK: UpscalingExportSession.Error

extension UpscalingExportSession {
public extension UpscalingExportSession {
enum Error: Swift.Error {
case outputURLAlreadyExists
case couldNotAddAssetReaderVideoOutput
Expand Down

0 comments on commit 6364586

Please sign in to comment.