diff options
Diffstat (limited to 'snapshot.c')
-rw-r--r-- | snapshot.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -316,7 +316,7 @@ static int viewfinder_init(struct omap3_isp_device *isp) view_format.width = VIEWFINDER_WIDTH; view_format.height = VIEWFINDER_HEIGHT; - ret = omap3_isp_viewfinder_setup(isp, &view_format); + ret = omap3_isp_viewfinder_setup(isp, NULL, &view_format); if (ret < 0) { printf("error: unable to setup pipeline\n"); return ret; |