FFmpeg
|
Go to the source code of this file.
Functions | |
static int | hevc_decode_nal_units (const uint8_t *buf, int buf_size, HEVCParamSets *ps, HEVCSEI *sei, int is_nalff, int nal_length_size, int err_recognition, int apply_defdispwin, void *logctx) |
int | ff_hevc_decode_extradata (const uint8_t *data, int size, HEVCParamSets *ps, HEVCSEI *sei, int *is_nalff, int *nal_length_size, int err_recognition, int apply_defdispwin, void *logctx) |
|
static |
Definition at line 24 of file parse.c.
Referenced by ff_hevc_decode_extradata().
int ff_hevc_decode_extradata | ( | const uint8_t * | data, |
int | size, | ||
HEVCParamSets * | ps, | ||
HEVCSEI * | sei, | ||
int * | is_nalff, | ||
int * | nal_length_size, | ||
int | err_recognition, | ||
int | apply_defdispwin, | ||
void * | logctx | ||
) |
Definition at line 79 of file parse.c.
Referenced by hevc_decode_extradata(), and hevc_parse().