FFmpeg
|
#include "config_components.h"
#include "libavutil/avassert.h"
#include "libavutil/frame.h"
#include "libavutil/imgutils.h"
#include "libavutil/log.h"
#include "libavutil/mem.h"
#include "decode.h"
#include "lcevcdec.h"
Go to the source code of this file.
Functions | |
static int | lcevc_init (FFLCEVCContext *lcevc, void *logctx) |
int | ff_lcevc_process (void *logctx, AVFrame *frame) |
int | ff_lcevc_alloc (FFLCEVCContext **plcevc) |
void | ff_lcevc_unref (void *opaque) |
|
static |
Definition at line 245 of file lcevcdec.c.
Referenced by ff_lcevc_process().
int ff_lcevc_process | ( | void * | logctx, |
AVFrame * | frame | ||
) |
Definition at line 277 of file lcevcdec.c.
Referenced by attach_post_process_data().
int ff_lcevc_alloc | ( | FFLCEVCContext ** | plcevc | ) |
Definition at line 304 of file lcevcdec.c.
Referenced by ff_decode_preinit().
void ff_lcevc_unref | ( | void * | opaque | ) |
Definition at line 316 of file lcevcdec.c.
Referenced by attach_post_process_data().