FFmpeg  4.0
Data Fields
PhaseContext Struct Reference

Data Fields

const AVClassclass
 
int mode
 PhaseMode. More...
 
AVFrameframe
 
int nb_planes
 
int planeheight [4]
 
int linesize [4]
 

Detailed Description

Definition at line 42 of file vf_phase.c.

Field Documentation

◆ class

const AVClass* PhaseContext::class

Definition at line 43 of file vf_phase.c.

◆ mode

int PhaseContext::mode

PhaseMode.

Definition at line 44 of file vf_phase.c.

Referenced by analyze_plane(), and filter_frame().

◆ frame

AVFrame* PhaseContext::frame

Definition at line 45 of file vf_phase.c.

Referenced by filter_frame(), and uninit().

◆ nb_planes

int PhaseContext::nb_planes

Definition at line 46 of file vf_phase.c.

Referenced by config_input(), and filter_frame().

◆ planeheight

int PhaseContext::planeheight[4]

Definition at line 47 of file vf_phase.c.

Referenced by config_input(), and filter_frame().

◆ linesize

int PhaseContext::linesize[4]

Definition at line 48 of file vf_phase.c.

Referenced by config_input(), and filter_frame().


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