summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;