|
FFmpeg
|
#include <stdint.h>#include <stddef.h>Go to the source code of this file.
Data Structures | |
| struct | AVDOVIDecoderConfigurationRecord |
Functions | |
| AVDOVIDecoderConfigurationRecord * | av_dovi_alloc (size_t *size) |
| Allocate a AVDOVIDecoderConfigurationRecord structure and initialize its fields to default values. More... | |
DOVI configuration
Definition in file dovi_meta.h.
| 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_parse_mpeg2_descriptor(), and mov_read_dvcc_dvvc().
1.8.17