FFmpeg
Data Fields
W3FDIFContext Struct Reference

Data Fields

const AVClassclass
 
int filter
 0 is simple, 1 is more complex More...
 
int mode
 0 is frame, 1 is field More...
 
int parity
 frame field parity More...
 
int deint
 which frames to deinterlace More...
 
int linesize [4]
 bytes of pixel data per line for each plane More...
 
int planeheight [4]
 height of each plane More...
 
int field
 which field are we on, 0 or 1 More...
 
int eof
 
int nb_planes
 
AVFrameprev
 
AVFramecur
 
AVFramenext
 previous, current, next frames More...
 
int32_t ** work_line
 lines we are calculating More...
 
int nb_threads
 
int max
 
W3FDIFDSPContext dsp
 

Detailed Description

Definition at line 33 of file vf_w3fdif.c.

Field Documentation

◆ class

const AVClass* W3FDIFContext::class

Definition at line 34 of file vf_w3fdif.c.

◆ filter

int W3FDIFContext::filter

0 is simple, 1 is more complex

Definition at line 35 of file vf_w3fdif.c.

◆ mode

int W3FDIFContext::mode

0 is frame, 1 is field

Definition at line 36 of file vf_w3fdif.c.

◆ parity

int W3FDIFContext::parity

frame field parity

Definition at line 37 of file vf_w3fdif.c.

◆ deint

int W3FDIFContext::deint

which frames to deinterlace

Definition at line 38 of file vf_w3fdif.c.

◆ linesize

int W3FDIFContext::linesize[4]

bytes of pixel data per line for each plane

Definition at line 39 of file vf_w3fdif.c.

◆ planeheight

int W3FDIFContext::planeheight[4]

height of each plane

Definition at line 40 of file vf_w3fdif.c.

◆ field

int W3FDIFContext::field

which field are we on, 0 or 1

Definition at line 41 of file vf_w3fdif.c.

◆ eof

int W3FDIFContext::eof

Definition at line 42 of file vf_w3fdif.c.

◆ nb_planes

int W3FDIFContext::nb_planes

Definition at line 43 of file vf_w3fdif.c.

◆ prev

AVFrame* W3FDIFContext::prev

Definition at line 44 of file vf_w3fdif.c.

◆ cur

AVFrame * W3FDIFContext::cur

Definition at line 44 of file vf_w3fdif.c.

◆ next

AVFrame * W3FDIFContext::next

previous, current, next frames

Definition at line 44 of file vf_w3fdif.c.

◆ work_line

int32_t** W3FDIFContext::work_line

lines we are calculating

Definition at line 45 of file vf_w3fdif.c.

◆ nb_threads

int W3FDIFContext::nb_threads

Definition at line 46 of file vf_w3fdif.c.

◆ max

int W3FDIFContext::max

Definition at line 47 of file vf_w3fdif.c.

◆ dsp

W3FDIFDSPContext W3FDIFContext::dsp

Definition at line 49 of file vf_w3fdif.c.


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