From 45b5a7fe12df5b4975cb60629675a0693eb675a6 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Thu, 5 Jul 2012 02:49:17 +0200 Subject: live, snapshot: Split the viewfinder and snapshot API Signed-off-by: Laurent Pinchart --- live.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'live.c') diff --git a/live.c b/live.c index 8ae386c..97a4e12 100644 --- a/live.c +++ b/live.c @@ -714,7 +714,7 @@ int main(int argc __attribute__((__unused__)), char *argv[] __attribute__((__unu } /* Start the ISP. */ - ret = omap3_isp_viewfinder_start(isp); + ret = omap3_isp_viewfinder_start(isp, -1); if (ret < 0) goto cleanup; -- cgit v1.2.3