FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | AVDOVIMetadataInternal |
Functions | |
AVDOVIDecoderConfigurationRecord * | av_dovi_alloc (size_t *size) |
Allocate a AVDOVIDecoderConfigurationRecord structure and initialize its fields to default values. More... | |
AVDOVIMetadata * | av_dovi_metadata_alloc (size_t *size) |
Allocate an AVDOVIMetadata structure and initialize its fields to default values. More... | |
AVDOVIDecoderConfigurationRecord* av_dovi_alloc | ( | size_t * | size | ) |
Allocate a AVDOVIDecoderConfigurationRecord structure and initialize its fields to default values.
Definition at line 24 of file dovi_meta.c.
Referenced by ff_isom_parse_dvcc_dvvc(), and ff_parse_mpeg2_descriptor().
AVDOVIMetadata* av_dovi_metadata_alloc | ( | size_t * | size | ) |
Allocate an AVDOVIMetadata structure and initialize its fields to default values.
size | If this parameter is non-NULL, the size in bytes of the allocated struct will be written here on success |
Definition at line 44 of file dovi_meta.c.
Referenced by ff_dovi_attach_side_data().