FFmpeg  4.0
Data Fields
LimiterContext Struct Reference

Data Fields

const AVClassclass
 
int min
 
int max
 
int planes
 
int nb_planes
 
int linesize [4]
 
int width [4]
 
int height [4]
 
LimiterDSPContext dsp
 

Detailed Description

Definition at line 31 of file vf_limiter.c.

Field Documentation

◆ class

const AVClass* LimiterContext::class

Definition at line 32 of file vf_limiter.c.

◆ min

int LimiterContext::min

Definition at line 33 of file vf_limiter.c.

Referenced by config_props(), filter_frame(), and init().

◆ max

int LimiterContext::max

Definition at line 34 of file vf_limiter.c.

Referenced by config_props(), filter_frame(), and init().

◆ planes

int LimiterContext::planes

Definition at line 35 of file vf_limiter.c.

Referenced by filter_frame().

◆ nb_planes

int LimiterContext::nb_planes

Definition at line 36 of file vf_limiter.c.

Referenced by config_props(), and filter_frame().

◆ linesize

int LimiterContext::linesize[4]

Definition at line 37 of file vf_limiter.c.

Referenced by config_props(), and filter_frame().

◆ width

int LimiterContext::width[4]

Definition at line 38 of file vf_limiter.c.

Referenced by config_props(), and filter_frame().

◆ height

int LimiterContext::height[4]

Definition at line 39 of file vf_limiter.c.

Referenced by config_props(), and filter_frame().

◆ dsp

LimiterDSPContext LimiterContext::dsp

Definition at line 41 of file vf_limiter.c.

Referenced by config_props(), and filter_frame().


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