diff options
Diffstat (limited to 'live.c')
-rw-r--r-- | live.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -300,7 +300,7 @@ static int viewfinder_init(struct omap3_isp_device *isp, view_format.width = rect->width; view_format.height = rect->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 viewfinder\n"); return ret; |