1# ArkGraphics2D Subsystem Changelog
2
3## cl.ArkGraphics2D.1 Corrected Enumerated Values of OH_NativeBuffer_Format
4
5**Access Level**
6
7Public API
8
9**Change Reason**
10
11The names of the following enumerated values of **OH_NativeBuffer_Format** are misspelled: **NATIVEBUFFER_PIXEL_FMT_YUV_422_T**, **NATIVEBUFFER_PIXEL_FMT_YCRCR_422_SP**, **NATIVEBUFFER_PIXEL_FMT_YCRCR_420_SP**, **NATIVEBUFFER_PIXEL_FMT_YCRCR_422_P**, and **NATIVEBUFFER_PIXEL_FMT_YCRCR_420_P**.
12
13**Change Impact**
14
15This change is a non-compatible change.
16
17If the preceding enumerated values are used in your code, change them to the correct names.
18
19**API Level**
20
2112
22
23**Change Since**
24
25OpenHarmony SDK 5.0.0.22
26
27**Key API/Component Changes**
28
29Enumerated values of **OH_NativeBuffer_Format** in **native_buffer.h**.
30
31**Adaptation Guide**
32
33Refer to the code snippet provided in [OH_NativeBuffer](../../../application-dev/reference/apis-arkgraphics2d/_o_h___native_buffer.md#oh_nativebuffer_format).
34