forked from tTh/FloatImg
correction d'un message
This commit is contained in:
parent
e46d490e05
commit
0ba486dd1d
|
@ -102,7 +102,7 @@ int enum_extended_controls(int fd, char *txt, int k)
|
|||
struct v4l2_queryctrl qctrl;
|
||||
int idx;
|
||||
|
||||
printf("-- controls enumeration '%s'\n", txt);
|
||||
printf("-- extended controls enumeration '%s'\n", txt);
|
||||
|
||||
memset(&qctrl, 0, sizeof(qctrl));
|
||||
qctrl.id = V4L2_CTRL_FLAG_NEXT_CTRL;
|
||||
|
|
Loading…
Reference in New Issue