FFmpeg
Functions
dovi_isom.c File Reference
#include "libavutil/dovi_meta.h"
#include "libavcodec/put_bits.h"
#include "avformat.h"
#include "dovi_isom.h"

Go to the source code of this file.

Functions

int ff_isom_parse_dvcc_dvvc (AVFormatContext *s, AVStream *st, const uint8_t *buf_ptr, uint64_t size)
 
void ff_isom_put_dvcc_dvvc (AVFormatContext *s, uint8_t out[ISOM_DVCC_DVVC_SIZE], AVDOVIDecoderConfigurationRecord *dovi)
 

Function Documentation

◆ ff_isom_parse_dvcc_dvvc()

int ff_isom_parse_dvcc_dvvc ( AVFormatContext s,
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().

◆ ff_isom_put_dvcc_dvvc()

void ff_isom_put_dvcc_dvvc ( AVFormatContext s,
uint8_t  out[ISOM_DVCC_DVVC_SIZE],
AVDOVIDecoderConfigurationRecord dovi 
)

Definition at line 85 of file dovi_isom.c.

Referenced by mkv_write_dovi(), and mov_write_dvcc_dvvc_tag().