FFmpeg 7.1.1
|
Combined struct representing a combination of header, mapping and color metadata, for attaching to frames as side data. More...
#include <libavutil/dovi_meta.h>
Data Fields | |
size_t | header_offset |
Offset in bytes from the beginning of this structure at which the respective structs start. | |
size_t | mapping_offset |
size_t | color_offset |
size_t | ext_block_offset |
size_t | ext_block_size |
int | num_ext_blocks |
Combined struct representing a combination of header, mapping and color metadata, for attaching to frames as side data.
Definition at line 337 of file dovi_meta.h.
size_t AVDOVIMetadata::header_offset |
Offset in bytes from the beginning of this structure at which the respective structs start.
Definition at line 342 of file dovi_meta.h.
Referenced by av_dovi_get_header().
size_t AVDOVIMetadata::mapping_offset |
Definition at line 343 of file dovi_meta.h.
Referenced by av_dovi_get_mapping().
size_t AVDOVIMetadata::color_offset |
Definition at line 344 of file dovi_meta.h.
Referenced by av_dovi_get_color().
size_t AVDOVIMetadata::ext_block_offset |
Definition at line 346 of file dovi_meta.h.
Referenced by av_dovi_get_ext().
size_t AVDOVIMetadata::ext_block_size |
Definition at line 347 of file dovi_meta.h.
Referenced by av_dovi_get_ext().
int AVDOVIMetadata::num_ext_blocks |
Definition at line 348 of file dovi_meta.h.