Skip to content

Commit

Permalink
code update
Browse files Browse the repository at this point in the history
  • Loading branch information
kinweilee committed Oct 2, 2020
1 parent 9c80e02 commit 7da1c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v4l2-mmal-uvc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3311,7 +3311,7 @@ main (int argc, char *argv[])

case 'z':
info = v4l2_format_by_name (optarg);
if (info == NULL) video_set_format
if (info == NULL) {
printf("Unsupported video format for V4L2 requested %s\n", optarg);
return 1;
}
Expand Down

0 comments on commit 7da1c13

Please sign in to comment.