From 1941a76b7e0ea7f2e25d5c54717a05d0ebb7ed1c Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Tue, 28 Feb 2012 14:36:58 +0100 Subject: snapshot: Update to the libomap3isp crop API Signed-off-by: Laurent Pinchart --- snapshot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3