diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -71,7 +71,7 @@ static void v4l2_subdev_print_format(struct media_entity *entity, rect.width, rect.height); ret = v4l2_subdev_get_selection(entity, &rect, pad, - V4L2_SUBDEV_SEL_TGT_CROP_ACTUAL, + V4L2_SUBDEV_SEL_TGT_CROP, which); if (ret == 0) printf("\n\t\t crop:(%u,%u)/%ux%u", rect.left, rect.top, @@ -85,7 +85,7 @@ static void v4l2_subdev_print_format(struct media_entity *entity, rect.left, rect.top, rect.width, rect.height); ret = v4l2_subdev_get_selection(entity, &rect, pad, - V4L2_SUBDEV_SEL_TGT_COMPOSE_ACTUAL, + V4L2_SUBDEV_SEL_TGT_COMPOSE, which); if (ret == 0) printf("\n\t\t compose:(%u,%u)/%ux%u", |