summaryrefslogtreecommitdiffstats
path: root/libcamera
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-07-27 10:08:58 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-07-27 10:08:58 -0700
commit87dd83b66c3e8216cb1e57cd208e9632f4069e5e (patch)
treee6c26b9d9ba8796ff5bb83d640728dfde1dcdeb2 /libcamera
parent76ee14f530f0375d80e0b1862741ff66a12b4d85 (diff)
parent7764bb2f190fd1b581547357aeb44918491a7231 (diff)
downloaddevice_samsung_crespo-87dd83b66c3e8216cb1e57cd208e9632f4069e5e.zip
device_samsung_crespo-87dd83b66c3e8216cb1e57cd208e9632f4069e5e.tar.gz
device_samsung_crespo-87dd83b66c3e8216cb1e57cd208e9632f4069e5e.tar.bz2
Merge "Remove the hack for Camera hal since now the encoder support YV12 and NV12"
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 {