diff --git a/v4l2/video-infos.c b/v4l2/video-infos.c index 64efe95..fbc080f 100644 --- a/v4l2/video-infos.c +++ b/v4l2/video-infos.c @@ -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;