From 0f63d0e84746ec4e3851ac5456e165f3365a42f6 Mon Sep 17 00:00:00 2001 From: Kyle Repinski Date: Tue, 6 Jan 2015 16:09:49 -0600 Subject: Small domx and camera bugfixes. Mostly just fixing compiler warnings. Also fixed omx camera proxy trying to use the now-useless gComponentBufferAllocation. --- camera/inc/CameraHal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'camera') diff --git a/camera/inc/CameraHal.h b/camera/inc/CameraHal.h index 2ee35f2..2506b7b 100644 --- a/camera/inc/CameraHal.h +++ b/camera/inc/CameraHal.h @@ -267,8 +267,8 @@ class CameraFrame mFrameMask(0), mQuirks(0) { - mYuv[0] = NULL; - mYuv[1] = NULL; + mYuv[0] = 0; //NULL; + mYuv[1] = 0; //NULL; } //copy constructor -- cgit v1.1