FFmpeg
Data Fields
ChromakeyContext Struct Reference

Data Fields

const AVClassclass
 
uint8_t chromakey_rgba [4]
 
uint8_t chromakey_uv [2]
 
float similarity
 
float blend
 
int is_yuv
 
int hsub_log2
 
int vsub_log2
 
int(* do_slice )(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)
 

Detailed Description

Definition at line 28 of file vf_chromakey.c.

Field Documentation

◆ class

const AVClass* ChromakeyContext::class

Definition at line 29 of file vf_chromakey.c.

◆ chromakey_rgba

uint8_t ChromakeyContext::chromakey_rgba[4]

Definition at line 31 of file vf_chromakey.c.

◆ chromakey_uv

uint8_t ChromakeyContext::chromakey_uv[2]

Definition at line 32 of file vf_chromakey.c.

◆ similarity

float ChromakeyContext::similarity

Definition at line 34 of file vf_chromakey.c.

◆ blend

float ChromakeyContext::blend

Definition at line 35 of file vf_chromakey.c.

◆ is_yuv

int ChromakeyContext::is_yuv

Definition at line 37 of file vf_chromakey.c.

◆ hsub_log2

int ChromakeyContext::hsub_log2

Definition at line 39 of file vf_chromakey.c.

◆ vsub_log2

int ChromakeyContext::vsub_log2

Definition at line 40 of file vf_chromakey.c.

◆ do_slice

int(* ChromakeyContext::do_slice) (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)

Definition at line 42 of file vf_chromakey.c.


The documentation for this struct was generated from the following file: