|
libopenraw
0.3.7
|
#include <mp4parse_ffi.h>
Public Attributes | |
| uint8_t | colour_primaries |
| uint8_t | transfer_characteristics |
| uint8_t | matrix_coefficients |
| bool | full_range_flag |
Despite Rec. ITU-T H.273 defining the CICP fields as having a range of 0-255, and only a small fraction of those values being used, ISOBMFF (ISO 14496-12:2020) § 12.1.5 defines them as 16-bit values in the colr box. Since we have no use for the additional range, and it would complicate matters later, we fallibly convert before storing the input.
Definition at line 297 of file mp4parse_ffi.h.