FFmpeg
Macros | Functions
dovi_isom.h File Reference
#include "libavutil/dovi_meta.h"
#include "avformat.h"

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)
 

Macro Definition Documentation

◆ ISOM_DVCC_DVVC_SIZE

#define ISOM_DVCC_DVVC_SIZE   24

Definition at line 29 of file dovi_isom.h.

Function Documentation

◆ ff_isom_parse_dvcc_dvvc()

int ff_isom_parse_dvcc_dvvc ( void *  logctx,
AVStream st,
const uint8_t *  buf_ptr,
uint64_t  size 
)

Definition at line 32 of file dovi_isom.c.

Referenced by mkv_parse_block_addition_mappings(), and mov_read_dvcc_dvvc().

◆ ff_isom_put_dvcc_dvvc()

void ff_isom_put_dvcc_dvvc ( void *  logctx,
uint8_t  out[ISOM_DVCC_DVVC_SIZE],
const AVDOVIDecoderConfigurationRecord dovi 
)

Definition at line 85 of file dovi_isom.c.

Referenced by mkv_write_blockadditionmapping(), and mov_write_dvcc_dvvc_tag().