FFmpeg
Functions
dovi_meta.c File Reference
#include "dovi_meta.h"
#include "mem.h"

Go to the source code of this file.

Functions

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

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().