FFmpeg
|
Go to the source code of this file.
Functions | |
void | ff_isom_write_apvc (AVIOContext *pb, const struct APVDecoderConfigurationRecord *apvc, void *logctx) |
Writes APV sample metadata to the provided AVIOContext. More... | |
int | ff_isom_init_apvc (struct APVDecoderConfigurationRecord **papvc, void *logctx) |
int | ff_isom_parse_apvc (struct APVDecoderConfigurationRecord *apvc, const struct AVPacket *pkt, void *logctx) |
void | ff_isom_close_apvc (struct APVDecoderConfigurationRecord **papvc) |
void ff_isom_write_apvc | ( | AVIOContext * | pb, |
const struct APVDecoderConfigurationRecord * | apvc, | ||
void * | logctx | ||
) |
Writes APV sample metadata to the provided AVIOContext.
pb | pointer to the AVIOContext where the apv sample metadata shall be written |
buf | input data buffer |
size | size in bytes of the input data buffer |
int ff_isom_init_apvc | ( | struct APVDecoderConfigurationRecord ** | papvc, |
void * | logctx | ||
) |
Definition at line 352 of file apv.c.
Referenced by mov_init().
int ff_isom_parse_apvc | ( | struct APVDecoderConfigurationRecord * | apvc, |
const struct AVPacket * | pkt, | ||
void * | logctx | ||
) |
void ff_isom_close_apvc | ( | struct APVDecoderConfigurationRecord ** | papvc | ) |
Definition at line 375 of file apv.c.
Referenced by mov_free().