Skip to content

Commit 0406840

Browse files
committed
Removed the deprecated method at iOS5.
1 parent acd6ef5 commit 0406840

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CameraViewController.m

-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ - (void)prepareWithCameraViewControllerType:(CameraViewControllerType)value {
140140

141141
AVCaptureVideoDataOutput * videoDataOutput = [[[AVCaptureVideoDataOutput alloc] init] autorelease];
142142
[videoDataOutput setAlwaysDiscardsLateVideoFrames:YES];
143-
[videoDataOutput setMinFrameDuration:CMTimeMake(1, 30)];
144143
[videoDataOutput setVideoSettings:settingInfo];
145144

146145
// support multi-threading

0 commit comments

Comments
 (0)