FFmpeg
Data Fields
AVDOVIMetadata Struct Reference

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
 
size_t ext_block_offset
 
size_t ext_block_size
 
int num_ext_blocks
 

Detailed Description

Combined struct representing a combination of header, mapping and color metadata, for attaching to frames as side data.

Note
The struct must be allocated with av_dovi_metadata_alloc() and its size is not a part of the public ABI.

Definition at line 324 of file dovi_meta.h.

Field Documentation

◆ header_offset

size_t AVDOVIMetadata::header_offset

Offset in bytes from the beginning of this structure at which the respective structs start.

Definition at line 329 of file dovi_meta.h.

Referenced by av_dovi_metadata_alloc().

◆ mapping_offset

size_t AVDOVIMetadata::mapping_offset

Definition at line 330 of file dovi_meta.h.

◆ color_offset

size_t AVDOVIMetadata::color_offset

Definition at line 331 of file dovi_meta.h.

◆ ext_block_offset

size_t AVDOVIMetadata::ext_block_offset

Definition at line 333 of file dovi_meta.h.

◆ ext_block_size

size_t AVDOVIMetadata::ext_block_size

Definition at line 334 of file dovi_meta.h.

◆ num_ext_blocks

int AVDOVIMetadata::num_ext_blocks

Definition at line 335 of file dovi_meta.h.


The documentation for this struct was generated from the following file: