diff options
| author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-02-28 14:36:58 +0100 |
|---|---|---|
| committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-04-16 23:50:06 +0200 |
| commit | 1941a76b7e0ea7f2e25d5c54717a05d0ebb7ed1c (patch) | |
| tree | dcdd5935cd5adec90f026c87c9367050cf5f0dbc | |
| parent | 58bf4d40bfbfb156588a95ead469b32ea133f070 (diff) | |
snapshot: Update to the libomap3isp crop API
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
| -rw-r--r-- | snapshot.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
