FFmpeg
|
Go to the source code of this file.
Macros | |
#define | ISOM_DVCC_DVVC_SIZE 24 |
Functions | |
int | ff_isom_parse_dvcc_dvvc (void *logctx, AVStream *st, const uint8_t *buf_ptr, uint64_t size) |
void | ff_isom_put_dvcc_dvvc (void *logctx, uint8_t out[ISOM_DVCC_DVVC_SIZE], const AVDOVIDecoderConfigurationRecord *dovi) |
#define ISOM_DVCC_DVVC_SIZE 24 |
Definition at line 29 of file dovi_isom.h.
int ff_isom_parse_dvcc_dvvc | ( | void * | logctx, |
AVStream * | st, | ||
const uint8_t * | buf_ptr, | ||
uint64_t | size | ||
) |
Definition at line 31 of file dovi_isom.c.
Referenced by mkv_parse_block_addition_mappings(), and mov_read_dvcc_dvvc().
void ff_isom_put_dvcc_dvvc | ( | void * | logctx, |
uint8_t | out[ISOM_DVCC_DVVC_SIZE], | ||
const AVDOVIDecoderConfigurationRecord * | dovi | ||
) |
Definition at line 84 of file dovi_isom.c.
Referenced by mkv_write_blockadditionmapping(), and mov_write_dvcc_dvvc_tag().