diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-07-05 02:49:17 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-10-20 21:28:24 +0200 |
commit | 45b5a7fe12df5b4975cb60629675a0693eb675a6 (patch) | |
tree | fde6898d25fd14b360ff0903b09d9c63c6b93b7a /live.c | |
parent | b2f773c5c53c2efe108e44e176a604bca79a6d4b (diff) |
live, snapshot: Split the viewfinder and snapshot API
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'live.c')
-rw-r--r-- | live.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |