|
FFmpeg
|
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) |
| int | ff_lcvec_parse_config_record (LCEVCDecoderConfigurationRecord *lvcc, const uint8_t *buf, int size) |
| int ff_isom_write_lvcc | ( | AVIOContext * | pb, |
| const uint8_t * | data, | ||
| int | len | ||
| ) |
Definition at line 251 of file lcevc.c.
Referenced by mov_write_lvcc_tag().
| int ff_lcvec_parse_config_record | ( | LCEVCDecoderConfigurationRecord * | lvcc, |
| const uint8_t * | buf, | ||
| int | size | ||
| ) |
Definition at line 180 of file lcevc.c.
Referenced by ff_make_codec_str().
1.8.17