FFmpeg
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 )(const 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 )(const 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.

◆ y

int FloodfillContext::y

Definition at line 36 of file vf_floodfill.c.

◆ s

int FloodfillContext::s[4]

Definition at line 37 of file vf_floodfill.c.

◆ S

int FloodfillContext::S[4]

Definition at line 38 of file vf_floodfill.c.

◆ d

int FloodfillContext::d[4]

Definition at line 39 of file vf_floodfill.c.

◆ nb_planes

int FloodfillContext::nb_planes

Definition at line 41 of file vf_floodfill.c.

◆ back

int FloodfillContext::back

Definition at line 42 of file vf_floodfill.c.

◆ front

int FloodfillContext::front

Definition at line 42 of file vf_floodfill.c.

◆ points

Points* FloodfillContext::points

Definition at line 43 of file vf_floodfill.c.

◆ is_same

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

Definition at line 45 of file vf_floodfill.c.

◆ 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.

◆ pick_pixel

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

Definition at line 49 of file vf_floodfill.c.


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