diff options
author | LuK1337 <priv.luk@gmail.com> | 2018-07-12 20:37:38 +0200 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2021-11-30 18:32:03 +0100 |
commit | 7b4cc1ae4a7f0509117c361190552f16f4dbed0a (patch) | |
tree | fcffa5b3959439b5e1a181ee55f580e2eb6c8cbb | |
parent | d10bc9bac3823879f5332d27f817b58099fcd91e (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
-rw-r--r-- | libcopybit/c2d2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcopybit/c2d2.h b/libcopybit/c2d2.h index 315a3ba5..821a6d57 100644 --- a/libcopybit/c2d2.h +++ b/libcopybit/c2d2.h @@ -207,6 +207,7 @@ typedef enum { C2D_COLOR_FORMAT_422_Y42B = 174, C2D_COLOR_FORMAT_800_Y800 = 190, + C2D_COLOR_FORMAT_420_TP10 = 191, } C2D_YUV_FORMAT; |