exynos: libcsc: Add missing stub stable/cm-11.0
authorChristopher R. Palmer <crpalmer@gmail.com>
Tue, 16 Sep 2014 08:36:44 +0000 (04:36 -0400)
committerChristopher R. Palmer <crpalmer@gmail.com>
Tue, 16 Sep 2014 08:39:02 +0000 (04:39 -0400)
Change-Id: I0d4e15ada2d0149bb7207a9cf54b4bd4dac068dc

include/csc.h
libcsc/csc.c

index 728549d135f543ef361dca1de7a6edbe149c5bd4..7d20a6614fe19bf12c4c98e623d84bba13c89226 100644 (file)
@@ -454,6 +454,8 @@ CSC_ERRORCODE csc_convert(
 CSC_ERRORCODE csc_convert_with_rotation(
     void *handle, int rotation, int flip_horizontal, int flip_vertical);
 
+CSC_ERRORCODE csc_set_eq_property(void *handle);
+
 #ifdef __cplusplus
 }
 #endif
index b2c8396b632c95d0ad0e4774be4cb595dcec3d39..c318b686292a80ff27999e68337f14c20d42376f 100644 (file)
@@ -896,3 +896,8 @@ CSC_ERRORCODE csc_convert_with_rotation(
 
     return ret;
 }
+
+CSC_ERRORCODE csc_set_eq_property(void *handle)
+{
+    return CSC_ErrorNone;
+}