Skip to content

Commit

Permalink
Update video settings prop
Browse files Browse the repository at this point in the history
  • Loading branch information
nauaros committed Feb 14, 2025
1 parent 758a19b commit 27339bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AdyenCardScanner/Sources/CaptureSessionManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ protocol CaptureSessionManaging {
class CaptureSessionManager: NSObject, CaptureSessionManaging {

enum Constants {
static let videoSettings = [
kCVPixelBufferPixelFormatTypeKey as NSString: NSNumber(value: kCVPixelFormatType_32BGRA)
] as [String: Any]
static let videoSettings: [String: Any] = [
kCVPixelBufferPixelFormatTypeKey as String: kCVPixelFormatType_32BGRA
]
}

// MARK: - Properties
Expand Down

0 comments on commit 27339bf

Please sign in to comment.