diff options
Diffstat (limited to 'contrib/SDL-3.2.8/src/video/yuv2rgb/yuv_rgb_common.h')
| -rw-r--r-- | contrib/SDL-3.2.8/src/video/yuv2rgb/yuv_rgb_common.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/SDL-3.2.8/src/video/yuv2rgb/yuv_rgb_common.h b/contrib/SDL-3.2.8/src/video/yuv2rgb/yuv_rgb_common.h new file mode 100644 index 0000000..a4ef8ea --- /dev/null +++ b/contrib/SDL-3.2.8/src/video/yuv2rgb/yuv_rgb_common.h | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | #ifndef YUV_RGB_COMMON_H_ | ||
| 2 | #define YUV_RGB_COMMON_H_ | ||
| 3 | // Copyright 2016 Adrien Descamps | ||
| 4 | // Distributed under BSD 3-Clause License | ||
| 5 | |||
| 6 | typedef enum | ||
| 7 | { | ||
| 8 | YCBCR_601_FULL, | ||
| 9 | YCBCR_601_LIMITED, | ||
| 10 | YCBCR_709_FULL, | ||
| 11 | YCBCR_709_LIMITED, | ||
| 12 | YCBCR_2020_NCL_FULL, | ||
| 13 | } YCbCrType; | ||
| 14 | |||
| 15 | #endif /* YUV_RGB_COMMON_H_ */ | ||
