Skip to content

Commit c2e8cc7

Browse files
committed
update
1 parent 878b2b3 commit c2e8cc7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

swiftui-loop-videoplayer-example.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"location" : "https://github.com/swiftuiux/swiftui-loop-videoplayer",
88
"state" : {
99
"branch" : "main",
10-
"revision" : "499edd5d33231bb32c32b9239077116cdc789768"
10+
"revision" : "5425c543cef216ae63fc9c770bad502b9eb58829"
1111
}
1212
}
1313
],

swiftui-loop-videoplayer-example/views/controls/FiltersPicker.swift

-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ fileprivate let filters = [
6262
("CIPixellate", [kCIInputScaleKey: 8.0]),
6363
("CICrystallize", [kCIInputRadiusKey: 20, kCIInputCenterKey: CIVector(x: 150, y: 150)]),
6464
("CIGloom", [kCIInputRadiusKey: 10, kCIInputIntensityKey: 0.75]),
65-
("CIHoleDistortion", [kCIInputRadiusKey: 150, kCIInputCenterKey: CIVector(x: 150, y: 150)]),
6665
("CIKaleidoscope", ["inputCount": 6, "inputCenter": CIVector(x: 150, y: 150)]),
6766
("CIZoomBlur", [kCIInputAmountKey: 20, kCIInputCenterKey: CIVector(x: 150, y: 150)])
6867
]

0 commit comments

Comments
 (0)