Skip to content

Commit d0c3cde

Browse files
committed
vcap/avf: fix typo in mode
1 parent 6feb734 commit d0c3cde

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
@@ -193,7 +193,7 @@ +(NSArray *) devices
193193
TBOLD("Low") ", " TBOLD("Medium") ", " TBOLD("High") ", "
194194
TBOLD("Photo") ", " TBOLD("1280x720") ", " TBOLD("1920x1080")
195195
", " TBOLD("320x240") ", " TBOLD("352x288") ", "
196-
TBOLD("3840x160") ", " TBOLD("3840x2160") ", " TBOLD("640x480")
196+
TBOLD("3840x2160") ", " TBOLD("3840x2160") ", " TBOLD("640x480")
197197
" or " TBOLD("960x540") "\n");
198198
col() << "\n";
199199
col() << "All other parameters are represented by appropriate numeric index." << "\n\n";

0 commit comments

Comments
 (0)