FFmpeg  4.3.6
Data Fields
FloodfillContext Struct Reference

Data Fields

const AVClassclass
 
int x
 
int y
 
int s [4]
 
int S [4]
 
int d [4]
 
int nb_planes
 
int back
 
int front
 
Pointspoints
 
int(* is_same )(AVFrame *frame, int x, int y, unsigned s0, unsigned s1, unsigned s2, unsigned s3)
 
void(* set_pixel )(AVFrame *frame, int x, int y, unsigned d0, unsigned d1, unsigned d2, unsigned d3)
 
void(* pick_pixel )(AVFrame *frame, int x, int y, int *s0, int *s1, int *s2, int *s3)
 

Detailed Description

Definition at line 33 of file vf_floodfill.c.

Field Documentation

◆ class

const AVClass* FloodfillContext::class

Definition at line 34 of file vf_floodfill.c.

◆ x

int FloodfillContext::x

Definition at line 36 of file vf_floodfill.c.

Referenced by filter_frame().

◆ y

int FloodfillContext::y

Definition at line 36 of file vf_floodfill.c.

Referenced by filter_frame().

◆ s

int FloodfillContext::s[4]

Definition at line 37 of file vf_floodfill.c.

Referenced by filter_frame().

◆ S

int FloodfillContext::S[4]

Definition at line 38 of file vf_floodfill.c.

Referenced by filter_frame().

◆ d

int FloodfillContext::d[4]

Definition at line 39 of file vf_floodfill.c.

Referenced by filter_frame().

◆ nb_planes

int FloodfillContext::nb_planes

Definition at line 41 of file vf_floodfill.c.

Referenced by config_input(), and filter_frame().

◆ back

int FloodfillContext::back

Definition at line 42 of file vf_floodfill.c.

Referenced by config_input(), and filter_frame().

◆ front

int FloodfillContext::front

Definition at line 42 of file vf_floodfill.c.

Referenced by config_input(), and filter_frame().

◆ points

Points* FloodfillContext::points

Definition at line 43 of file vf_floodfill.c.

Referenced by config_input(), filter_frame(), and uninit().

◆ is_same

int(* FloodfillContext::is_same) (AVFrame *frame, int x, int y, unsigned s0, unsigned s1, unsigned s2, unsigned s3)

Definition at line 45 of file vf_floodfill.c.

Referenced by config_input(), and filter_frame().

◆ set_pixel

void(* FloodfillContext::set_pixel) (AVFrame *frame, int x, int y, unsigned d0, unsigned d1, unsigned d2, unsigned d3)

Definition at line 47 of file vf_floodfill.c.

Referenced by config_input(), and filter_frame().

◆ pick_pixel

void(* FloodfillContext::pick_pixel) (AVFrame *frame, int x, int y, int *s0, int *s1, int *s2, int *s3)

Definition at line 49 of file vf_floodfill.c.

Referenced by config_input(), and filter_frame().


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