diff options
Diffstat (limited to 'isp/omap3isp-priv.h')
-rw-r--r-- | isp/omap3isp-priv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/isp/omap3isp-priv.h b/isp/omap3isp-priv.h index e1ee179..b6484de 100644 --- a/isp/omap3isp-priv.h +++ b/isp/omap3isp-priv.h @@ -34,10 +34,12 @@ struct omap3_isp_device; /* * struct omap3_isp_pad - OMAP3 entity pad * @link: Link connected to the pad + * @crop: Crop rectangle * @format: Format on the pad */ struct omap3_isp_pad { struct media_entity_link *link; + struct v4l2_rect crop; struct v4l2_mbus_framefmt format; }; |