summaryrefslogtreecommitdiff
path: root/snapshot.c
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2012-02-28 14:36:58 +0100
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2012-04-16 23:50:06 +0200
commit1941a76b7e0ea7f2e25d5c54717a05d0ebb7ed1c (patch)
treedcdd5935cd5adec90f026c87c9367050cf5f0dbc /snapshot.c
parent58bf4d40bfbfb156588a95ead469b32ea133f070 (diff)
snapshot: Update to the libomap3isp crop API
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'snapshot.c')
-rw-r--r--snapshot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/snapshot.c b/snapshot.c
index 405b6ed..10e1c15 100644
--- a/snapshot.c
+++ b/snapshot.c
@@ -299,7 +299,7 @@ int main(int argc __attribute__((__unused__)), char *argv[] __attribute__((__unu
snap_format.width = SNAPSHOT_WIDTH;
snap_format.height = SNAPSHOT_HEIGHT;
- ret = omap3_isp_snapshot_setup(isp, &snap_format);
+ ret = omap3_isp_snapshot_setup(isp, NULL, &snap_format);
if (ret < 0) {
printf("error: unable to setup pipeline\n");
goto cleanup;