FFmpeg
|
Data Fields | |
const AVClass * | class |
float | threshold |
float | similarity |
float | blend |
int | max |
int | nb_threads |
int | hsub_log2 |
int | vsub_log2 |
int64_t | max_sum |
int64_t * | sums |
AVFrame * | background |
int(* | do_slice )(AVFilterContext *avctx, void *arg, int jobnr, int nb_jobs) |
Definition at line 26 of file vf_backgroundkey.c.
const AVClass* BackgroundkeyContext::class |
Definition at line 27 of file vf_backgroundkey.c.
float BackgroundkeyContext::threshold |
Definition at line 29 of file vf_backgroundkey.c.
float BackgroundkeyContext::similarity |
Definition at line 30 of file vf_backgroundkey.c.
float BackgroundkeyContext::blend |
Definition at line 31 of file vf_backgroundkey.c.
int BackgroundkeyContext::max |
Definition at line 32 of file vf_backgroundkey.c.
int BackgroundkeyContext::nb_threads |
Definition at line 34 of file vf_backgroundkey.c.
int BackgroundkeyContext::hsub_log2 |
Definition at line 35 of file vf_backgroundkey.c.
int BackgroundkeyContext::vsub_log2 |
Definition at line 36 of file vf_backgroundkey.c.
int64_t BackgroundkeyContext::max_sum |
Definition at line 38 of file vf_backgroundkey.c.
int64_t* BackgroundkeyContext::sums |
Definition at line 39 of file vf_backgroundkey.c.
AVFrame* BackgroundkeyContext::background |
Definition at line 41 of file vf_backgroundkey.c.
int(* BackgroundkeyContext::do_slice) (AVFilterContext *avctx, void *arg, int jobnr, int nb_jobs) |
Definition at line 43 of file vf_backgroundkey.c.