FFmpeg 5.1.6
|
Go to the source code of this file.
Data Structures | |
struct | AVHDRVividColorToneMappingParams |
Color tone mapping parameters at a processing window in a dynamic metadata for CUVA 005.1:2021. More... | |
struct | AVHDRVividColorTransformParams |
Color transform parameters at a processing window in a dynamic metadata for CUVA 005.1:2021. More... | |
struct | AVDynamicHDRVivid |
This struct represents dynamic metadata for color volume transform - CUVA 005.1:2021 standard. More... | |
Functions | |
AVDynamicHDRVivid * | av_dynamic_hdr_vivid_alloc (size_t *size) |
Allocate an AVDynamicHDRVivid structure and set its fields to default values. More... | |
AVDynamicHDRVivid * | av_dynamic_hdr_vivid_create_side_data (AVFrame *frame) |
Allocate a complete AVDynamicHDRVivid and add it to the frame. More... | |
AVDynamicHDRVivid * av_dynamic_hdr_vivid_alloc | ( | size_t * | size | ) |
Allocate an AVDynamicHDRVivid structure and set its fields to default values.
The resulting struct can be freed using av_freep().
AVDynamicHDRVivid * av_dynamic_hdr_vivid_create_side_data | ( | AVFrame * | frame | ) |
Allocate a complete AVDynamicHDRVivid and add it to the frame.
frame | The frame which side data is added to. |