commit | aeaaff79ff174224d67482be3f4c116b928fa4a6 | [log] [tgz] |
---|---|---|
author | LuK1337 <priv.luk@gmail.com> | Thu Jul 12 20:37:38 2018 +0200 |
committer | Michael Bestas <mkbestas@lineageos.org> | Sun Aug 21 19:15:07 2022 +0300 |
tree | a10835e3bbeb1067ce74d0c1850d0e5baf52361d | |
parent | 34eb0f6c139f816f0fc4430b159535c36cba5318 [diff] |
Add C2D_COLOR_FORMAT_420_TP10 to C2D_YUV_FORMAT * It seems like CAF forgot to include it in public HALs, breaking compilation for libc2dcolorconvert target. Change-Id: I0e3efc0eb6eccaa250e24f1056cc3db8935e5821
diff --git a/libcopybit/c2d2.h b/libcopybit/c2d2.h index 315a3ba..821a6d5 100644 --- a/libcopybit/c2d2.h +++ b/libcopybit/c2d2.h
@@ -207,6 +207,7 @@ C2D_COLOR_FORMAT_422_Y42B = 174, C2D_COLOR_FORMAT_800_Y800 = 190, + C2D_COLOR_FORMAT_420_TP10 = 191, } C2D_YUV_FORMAT;