Skip to content

Commit

Permalink
Add C2D_COLOR_FORMAT_420_P010 to C2D_YUV_FORMAT
Browse files Browse the repository at this point in the history
* This has been forgotten by CAF

Change-Id: Ia78e2fdf53e75379d0b7ae4131ccb2e7a7e0c63a
  • Loading branch information
DD3Boh authored and chaptsand committed Feb 19, 2022
1 parent 4665f2c commit 662d12b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libcopybit/c2d2.h
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ typedef enum {

C2D_COLOR_FORMAT_800_Y800 = 190,
C2D_COLOR_FORMAT_420_TP10 = 191,
C2D_COLOR_FORMAT_420_P010 = 192,

} C2D_YUV_FORMAT;

Expand Down

0 comments on commit 662d12b

Please sign in to comment.