FFmpeg
|
This struct represents dynamic metadata for color volume transform - CUVA 005.1:2021 standard. More...
#include <hdr_dynamic_vivid_metadata.h>
Data Fields | |
uint8_t | system_start_code |
The system start code. More... | |
uint8_t | num_windows |
The number of processing windows. More... | |
AVHDRVividColorTransformParams | params [3] |
The color transform parameters for every processing window. More... | |
This struct represents dynamic metadata for color volume transform - CUVA 005.1:2021 standard.
To be used as payload of a AVFrameSideData or AVPacketSideData with the appropriate type.
Definition at line 310 of file hdr_dynamic_vivid_metadata.h.
uint8_t AVDynamicHDRVivid::system_start_code |
The system start code.
The value shall be set to 0x01.
Definition at line 314 of file hdr_dynamic_vivid_metadata.h.
Referenced by dump_dynamic_hdr_vivid(), and print_dynamic_hdr_vivid().
uint8_t AVDynamicHDRVivid::num_windows |
The number of processing windows.
The value shall be set to 0x01 if the system_start_code is 0x01.
Definition at line 320 of file hdr_dynamic_vivid_metadata.h.
Referenced by dump_dynamic_hdr_vivid(), and print_dynamic_hdr_vivid().
AVHDRVividColorTransformParams AVDynamicHDRVivid::params[3] |
The color transform parameters for every processing window.
Definition at line 325 of file hdr_dynamic_vivid_metadata.h.
Referenced by dump_dynamic_hdr_vivid(), and print_dynamic_hdr_vivid().