FFmpeg
Data Fields
DedotContext Struct Reference

Data Fields

const AVClassclass
 
int m
 
float lt
 
float tl
 
float tc
 
float ct
 
const AVPixFmtDescriptordesc
 
int depth
 
int max
 
int luma2d
 
int lumaT
 
int chromaT1
 
int chromaT2
 
int eof
 
int eof_frames
 
int nb_planes
 
int planewidth [4]
 
int planeheight [4]
 
AVFrameframes [5]
 
int(* dedotcrawl )(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)
 
int(* derainbow )(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)
 

Detailed Description

Definition at line 29 of file vf_dedot.c.

Field Documentation

◆ class

const AVClass* DedotContext::class

Definition at line 30 of file vf_dedot.c.

◆ m

int DedotContext::m

Definition at line 31 of file vf_dedot.c.

◆ lt

float DedotContext::lt

Definition at line 32 of file vf_dedot.c.

◆ tl

float DedotContext::tl

Definition at line 33 of file vf_dedot.c.

◆ tc

float DedotContext::tc

Definition at line 34 of file vf_dedot.c.

◆ ct

float DedotContext::ct

Definition at line 35 of file vf_dedot.c.

◆ desc

const AVPixFmtDescriptor* DedotContext::desc

Definition at line 37 of file vf_dedot.c.

◆ depth

int DedotContext::depth

Definition at line 38 of file vf_dedot.c.

◆ max

int DedotContext::max

Definition at line 39 of file vf_dedot.c.

◆ luma2d

int DedotContext::luma2d

Definition at line 40 of file vf_dedot.c.

◆ lumaT

int DedotContext::lumaT

Definition at line 41 of file vf_dedot.c.

◆ chromaT1

int DedotContext::chromaT1

Definition at line 42 of file vf_dedot.c.

◆ chromaT2

int DedotContext::chromaT2

Definition at line 43 of file vf_dedot.c.

◆ eof

int DedotContext::eof

Definition at line 45 of file vf_dedot.c.

◆ eof_frames

int DedotContext::eof_frames

Definition at line 46 of file vf_dedot.c.

◆ nb_planes

int DedotContext::nb_planes

Definition at line 47 of file vf_dedot.c.

◆ planewidth

int DedotContext::planewidth[4]

Definition at line 48 of file vf_dedot.c.

◆ planeheight

int DedotContext::planeheight[4]

Definition at line 49 of file vf_dedot.c.

◆ frames

AVFrame* DedotContext::frames[5]

Definition at line 51 of file vf_dedot.c.

◆ dedotcrawl

int(* DedotContext::dedotcrawl) (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)

Definition at line 53 of file vf_dedot.c.

◆ derainbow

int(* DedotContext::derainbow) (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)

Definition at line 54 of file vf_dedot.c.


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