Skip to content

Commit 182119d

Browse files
committed
vcap/avf: fix c&p error in compat
1 parent 3ae6252 commit 182119d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/video_capture/avfoundation.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ - (id)initWithParams: (NSDictionary *) params
522522
}
523523
if ([req_preset isEqualToString:@"HD"]) {
524524
MSG(WARNING, "preset HD deprecated - use 1280x720\n");
525-
req_preset = @"640x480";
525+
req_preset = @"1280x720";
526526
}
527527
// for compat make first letter Upper - the preset opt used to
528528
// be "low" so make it "Low"

0 commit comments

Comments
 (0)