FFmpeg
Loading...
Searching...
No Matches
lcevc.h File Reference
#include <stdint.h>
#include "avio.h"

Go to the source code of this file.

Data Structures

struct  LCEVCDecoderConfigurationRecord
 

Functions

int ff_isom_write_lvcc (AVIOContext *pb, const uint8_t *data, int len, void *logctx)
 
int ff_lcvec_parse_config_record (LCEVCDecoderConfigurationRecord *lvcc, const uint8_t *buf, int size, void *logctx)
 

Function Documentation

◆ ff_isom_write_lvcc()

int ff_isom_write_lvcc ( AVIOContext * pb,
const uint8_t * data,
int len,
void * logctx )

Definition at line 251 of file lcevc.c.

Referenced by mov_write_lvcc_tag().

◆ ff_lcvec_parse_config_record()

int ff_lcvec_parse_config_record ( LCEVCDecoderConfigurationRecord * lvcc,
const uint8_t * buf,
int size,
void * logctx )

Definition at line 180 of file lcevc.c.

Referenced by ff_make_codec_str().