diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-02-29 22:17:31 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-04-17 00:10:43 +0200 |
commit | 580ffb2d8cec4aed9b0acb5a704408d867cf70cd (patch) | |
tree | 5718edad7cef69fe57249a4686aa2e480fce7300 /isp/omap3isp.h | |
parent | e21f38fba0a5c61cc155dcf22be5df13140a0098 (diff) |
omap3isp: Support capture of multiple snapshots
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'isp/omap3isp.h')
-rw-r--r-- | isp/omap3isp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isp/omap3isp.h b/isp/omap3isp.h index d454965..4e0588f 100644 --- a/isp/omap3isp.h +++ b/isp/omap3isp.h @@ -47,7 +47,7 @@ struct omap3_isp_operations { void (*prepare_streamon)(struct omap3_isp_device *isp); void (*viewfinder_ready)(struct omap3_isp_device *isp, struct v4l2_video_buffer *buffer); - void (*snapshot_ready)(struct omap3_isp_device *isp, + bool (*snapshot_ready)(struct omap3_isp_device *isp, struct v4l2_video_buffer *buffer); void (*watch_fd)(int fd, enum omap3_isp_event_type type, void(*callback)(void *priv), void *priv); |