FFmpeg
|
Combined struct representing a combination of header, mapping and color metadata, for attaching to frames as side data. More...
#include <dovi_meta.h>
Data Fields | |
size_t | header_offset |
Offset in bytes from the beginning of this structure at which the respective structs start. More... | |
size_t | mapping_offset |
size_t | color_offset |
Combined struct representing a combination of header, mapping and color metadata, for attaching to frames as side data.
Definition at line 197 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 202 of file dovi_meta.h.
Referenced by av_dovi_metadata_alloc().
size_t AVDOVIMetadata::mapping_offset |
Definition at line 203 of file dovi_meta.h.
size_t AVDOVIMetadata::color_offset |
Definition at line 204 of file dovi_meta.h.