FFmpeg
Data Structures | Functions
dovi_meta.h File Reference
#include <stdint.h>
#include <stddef.h>

Go to the source code of this file.

Data Structures

struct  AVDOVIDecoderConfigurationRecord
 

Functions

AVDOVIDecoderConfigurationRecordav_dovi_alloc (size_t *size)
 Allocate a AVDOVIDecoderConfigurationRecord structure and initialize its fields to default values. More...
 

Detailed Description

DOVI configuration

Definition in file dovi_meta.h.

Function Documentation

◆ av_dovi_alloc()

AVDOVIDecoderConfigurationRecord* av_dovi_alloc ( size_t *  size)

Allocate a AVDOVIDecoderConfigurationRecord structure and initialize its fields to default values.

Returns
the newly allocated struct or NULL on failure

Definition at line 24 of file dovi_meta.c.

Referenced by ff_parse_mpeg2_descriptor(), and mov_read_dvcc_dvvc().