correction d'un message

This commit is contained in:
tth 2019-07-24 17:47:28 +02:00
parent e46d490e05
commit 0ba486dd1d
1 changed files with 1 additions and 1 deletions

View File

@ -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;