Libav
Data Fields
YADIFContext Struct Reference

#include <yadif.h>

Data Fields

const AVClassclass
 
int mode
 0: send 1 frame for each frame 1: send 1 frame for each field 2: like 0 but skips spatial interlacing check 3: like 1 but skips spatial interlacing check More...
 
int parity
 0: top field first 1: bottom field first -1: auto-detection More...
 
int frame_pending
 
int auto_enable
 0: deinterlace all frames 1: only deinterlace frames marked as interlaced More...
 
AVFramecur
 
AVFramenext
 
AVFrameprev
 
AVFrameout
 
void(* filter_line )(void *dst, void *prev, void *cur, void *next, int w, int prefs, int mrefs, int parity, int mode)
 Required alignment for filter_line. More...
 
void(* filter_edges )(void *dst, void *prev, void *cur, void *next, int w, int prefs, int mrefs, int parity, int mode)
 
const AVPixFmtDescriptorcsp
 
int eof
 

Detailed Description

Definition at line 25 of file yadif.h.

Field Documentation

§ class

const AVClass* YADIFContext::class

Definition at line 26 of file yadif.h.

§ mode

int YADIFContext::mode

0: send 1 frame for each frame 1: send 1 frame for each field 2: like 0 but skips spatial interlacing check 3: like 1 but skips spatial interlacing check

Definition at line 33 of file yadif.h.

Referenced by filter_slice(), poll_frame(), and return_frame().

§ parity

int YADIFContext::parity

0: top field first 1: bottom field first -1: auto-detection

Definition at line 40 of file yadif.h.

Referenced by return_frame().

§ frame_pending

int YADIFContext::frame_pending

Definition at line 42 of file yadif.h.

Referenced by filter_frame(), poll_frame(), request_frame(), and return_frame().

§ auto_enable

int YADIFContext::auto_enable

0: deinterlace all frames 1: only deinterlace frames marked as interlaced

Definition at line 48 of file yadif.h.

Referenced by filter_frame(), and poll_frame().

§ cur

AVFrame* YADIFContext::cur

Definition at line 50 of file yadif.h.

Referenced by filter_frame(), filter_slice(), request_frame(), return_frame(), and uninit().

§ next

AVFrame* YADIFContext::next

Definition at line 51 of file yadif.h.

Referenced by filter_frame(), filter_slice(), poll_frame(), request_frame(), return_frame(), and uninit().

§ prev

AVFrame* YADIFContext::prev

Definition at line 52 of file yadif.h.

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

§ out

AVFrame* YADIFContext::out

Definition at line 53 of file yadif.h.

Referenced by filter_frame(), and return_frame().

§ filter_line

void(* YADIFContext::filter_line) (void *dst, void *prev, void *cur, void *next, int w, int prefs, int mrefs, int parity, int mode)

Required alignment for filter_line.

Definition at line 58 of file yadif.h.

Referenced by config_props(), ff_yadif_init_x86(), and filter_slice().

§ filter_edges

void(* YADIFContext::filter_edges) (void *dst, void *prev, void *cur, void *next, int w, int prefs, int mrefs, int parity, int mode)

Definition at line 61 of file yadif.h.

Referenced by config_props(), and filter_slice().

§ csp

const AVPixFmtDescriptor* YADIFContext::csp

Definition at line 64 of file yadif.h.

Referenced by config_props(), filter(), and filter_slice().

§ eof

int YADIFContext::eof

Definition at line 65 of file yadif.h.

Referenced by request_frame().


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