FFmpeg
4.2.2
|
Data Fields | |
const AVClass * | class |
const AVPixFmtDescriptor * | desc |
float | decay |
int | planes |
int | depth |
int | nb_planes |
int | linesize [4] |
int | height [4] |
AVFrame * | old |
int(* | lagfun )(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
Definition at line 31 of file vf_lagfun.c.
const AVClass* LagfunContext::class |
Definition at line 32 of file vf_lagfun.c.
const AVPixFmtDescriptor* LagfunContext::desc |
Definition at line 33 of file vf_lagfun.c.
Referenced by config_output().
float LagfunContext::decay |
Definition at line 34 of file vf_lagfun.c.
Referenced by lagfun_frame16(), and lagfun_frame8().
int LagfunContext::planes |
Definition at line 35 of file vf_lagfun.c.
Referenced by lagfun_frame16(), and lagfun_frame8().
int LagfunContext::depth |
Definition at line 37 of file vf_lagfun.c.
Referenced by config_output().
int LagfunContext::nb_planes |
Definition at line 38 of file vf_lagfun.c.
Referenced by config_output(), lagfun_frame16(), and lagfun_frame8().
int LagfunContext::linesize[4] |
Definition at line 39 of file vf_lagfun.c.
Referenced by config_output(), lagfun_frame16(), and lagfun_frame8().
int LagfunContext::height[4] |
Definition at line 40 of file vf_lagfun.c.
Referenced by config_output(), filter_frame(), lagfun_frame16(), and lagfun_frame8().
AVFrame* LagfunContext::old |
Definition at line 42 of file vf_lagfun.c.
Referenced by filter_frame(), lagfun_frame16(), lagfun_frame8(), and uninit().
Definition at line 44 of file vf_lagfun.c.
Referenced by config_output(), and filter_frame().