FFmpeg
|
Data Fields | |
const AVClass * | class |
uint8_t | chromakey_rgba [4] |
uint16_t | chromakey_uv [2] |
float | similarity |
float | blend |
int | is_yuv |
int | depth |
int | mid |
int | max |
int | hsub_log2 |
int | vsub_log2 |
int(* | do_slice )(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
Definition at line 27 of file vf_chromakey.c.
const AVClass* ChromakeyContext::class |
Definition at line 28 of file vf_chromakey.c.
uint8_t ChromakeyContext::chromakey_rgba[4] |
Definition at line 30 of file vf_chromakey.c.
uint16_t ChromakeyContext::chromakey_uv[2] |
Definition at line 31 of file vf_chromakey.c.
float ChromakeyContext::similarity |
Definition at line 33 of file vf_chromakey.c.
float ChromakeyContext::blend |
Definition at line 34 of file vf_chromakey.c.
int ChromakeyContext::is_yuv |
Definition at line 36 of file vf_chromakey.c.
int ChromakeyContext::depth |
Definition at line 37 of file vf_chromakey.c.
int ChromakeyContext::mid |
Definition at line 38 of file vf_chromakey.c.
int ChromakeyContext::max |
Definition at line 39 of file vf_chromakey.c.
int ChromakeyContext::hsub_log2 |
Definition at line 41 of file vf_chromakey.c.
int ChromakeyContext::vsub_log2 |
Definition at line 42 of file vf_chromakey.c.
int(* ChromakeyContext::do_slice) (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
Definition at line 44 of file vf_chromakey.c.