FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | FFLCEVCContext |
Typedefs | |
typedef uintptr_t | LCEVC_DecoderHandle |
Functions | |
int | ff_lcevc_alloc (FFLCEVCContext **plcevc) |
int | ff_lcevc_process (void *logctx, struct AVFrame *frame) |
void | ff_lcevc_unref (void *opaque) |
typedef uintptr_t LCEVC_DecoderHandle |
Definition at line 28 of file lcevcdec.h.
int ff_lcevc_alloc | ( | FFLCEVCContext ** | plcevc | ) |
Definition at line 304 of file lcevcdec.c.
Referenced by ff_decode_preinit().
int ff_lcevc_process | ( | void * | logctx, |
struct AVFrame * | frame | ||
) |
Definition at line 277 of file lcevcdec.c.
Referenced by attach_post_process_data().
void ff_lcevc_unref | ( | void * | opaque | ) |
Definition at line 316 of file lcevcdec.c.
Referenced by attach_post_process_data().