Skip to content

Commit b10277c

Browse files
committed
merge ok
2 parents b285b09 + 9e05d97 commit b10277c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libs/openFrameworks/video/ofAVFoundationVideoPlayer.m

+1-2
Original file line numberDiff line numberDiff line change
@@ -1180,8 +1180,7 @@ - (void)seekToEnd {
11801180
}
11811181

11821182
- (void)seekToTime:(CMTime)time {
1183-
[self seekToTime:time
1184-
withTolerance:kCMTimeZero];
1183+
[self seekToTime:time withTolerance:kCMTimeZero];
11851184
}
11861185

11871186
- (void)seekToTime:(CMTime)time

0 commit comments

Comments
 (0)