Skip to content

Commit

Permalink
mention the special caps 'any'
Browse files Browse the repository at this point in the history
  • Loading branch information
umlaeute committed Mar 21, 2024
1 parent b05a125 commit 8f264d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/v4l2loopback-ctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ static void help_setcaps(const char *program, int detail, int argc, char **argv)
dprintf(2,
"\n <device>\teither specify a device name (e.g. '/dev/video1') or a device number ('1')."
"\n <caps>\tformat specification as '<fourcc>:<width>x<height>@<fps>' (e.g. 'UYVY:1024x768@60/1')"
"\n \tunset the current caps with the special value 'any'"
"\n");
if (detail > 1) {
dprintf(2, "\nknown fourcc-codes"
Expand Down

0 comments on commit 8f264d7

Please sign in to comment.