summaryrefslogtreecommitdiffstats
path: root/libcamera
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-07-26 17:19:03 -0700
committerJames Dong <jdong@google.com>2011-07-26 17:19:03 -0700
commit7764bb2f190fd1b581547357aeb44918491a7231 (patch)
treedc8ba0e3c6ef77e2612f1b12302202d8cb67d232 /libcamera
parentdd600c91fc1bc564ae62ef945d67436fe2fb0451 (diff)
downloaddevice_samsung_crespo-7764bb2f190fd1b581547357aeb44918491a7231.zip
device_samsung_crespo-7764bb2f190fd1b581547357aeb44918491a7231.tar.gz
device_samsung_crespo-7764bb2f190fd1b581547357aeb44918491a7231.tar.bz2
Remove the hack for Camera hal since now the encoder support YV12 and NV12
Change-Id: Ie17d1ee752b3cbf9fee49c0a044839ead71ca72a
Diffstat (limited to 'libcamera')
-rw-r--r--libcamera/SecCameraHWInterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcamera/SecCameraHWInterface.cpp b/libcamera/SecCameraHWInterface.cpp
index 2ca714b..1413135 100644
--- a/libcamera/SecCameraHWInterface.cpp
+++ b/libcamera/SecCameraHWInterface.cpp
@@ -54,7 +54,7 @@
// the color planes switched. We need to figure which side is doing it
// wrong and have the respective party fix it.
-#define HACK 1
+#define HACK 0
namespace android {