FFmpeg
Data Fields
SierpinskiContext Struct Reference

Data Fields

const AVClassclass
 
int w
 
int h
 
int type
 
AVRational frame_rate
 
uint64_t pts
 
int64_t seed
 
int jump
 
int pos_x
 
int pos_y
 
int dest_x
 
int dest_y
 
AVLFG lfg
 
int(* draw_slice )(AVFilterContext *ctx, void *arg, int job, int nb_jobs)
 

Detailed Description

Definition at line 37 of file vsrc_sierpinski.c.

Field Documentation

◆ class

const AVClass* SierpinskiContext::class

Definition at line 38 of file vsrc_sierpinski.c.

◆ w

int SierpinskiContext::w

Definition at line 39 of file vsrc_sierpinski.c.

◆ h

int SierpinskiContext::h

Definition at line 39 of file vsrc_sierpinski.c.

◆ type

int SierpinskiContext::type

Definition at line 40 of file vsrc_sierpinski.c.

◆ frame_rate

AVRational SierpinskiContext::frame_rate

Definition at line 41 of file vsrc_sierpinski.c.

◆ pts

uint64_t SierpinskiContext::pts

Definition at line 42 of file vsrc_sierpinski.c.

◆ seed

int64_t SierpinskiContext::seed

Definition at line 44 of file vsrc_sierpinski.c.

◆ jump

int SierpinskiContext::jump

Definition at line 45 of file vsrc_sierpinski.c.

◆ pos_x

int SierpinskiContext::pos_x

Definition at line 47 of file vsrc_sierpinski.c.

◆ pos_y

int SierpinskiContext::pos_y

Definition at line 47 of file vsrc_sierpinski.c.

◆ dest_x

int SierpinskiContext::dest_x

Definition at line 48 of file vsrc_sierpinski.c.

◆ dest_y

int SierpinskiContext::dest_y

Definition at line 48 of file vsrc_sierpinski.c.

◆ lfg

AVLFG SierpinskiContext::lfg

Definition at line 50 of file vsrc_sierpinski.c.

◆ draw_slice

int(* SierpinskiContext::draw_slice) (AVFilterContext *ctx, void *arg, int job, int nb_jobs)

Definition at line 51 of file vsrc_sierpinski.c.


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