FFmpeg
4.0
|
Data Fields | |
const AVClass * | class |
int | min |
int | max |
int | planes |
int | nb_planes |
int | linesize [4] |
int | width [4] |
int | height [4] |
LimiterDSPContext | dsp |
Definition at line 31 of file vf_limiter.c.
const AVClass* LimiterContext::class |
Definition at line 32 of file vf_limiter.c.
int LimiterContext::min |
Definition at line 33 of file vf_limiter.c.
Referenced by config_props(), filter_frame(), and init().
int LimiterContext::max |
Definition at line 34 of file vf_limiter.c.
Referenced by config_props(), filter_frame(), and init().
int LimiterContext::planes |
Definition at line 35 of file vf_limiter.c.
Referenced by filter_frame().
int LimiterContext::nb_planes |
Definition at line 36 of file vf_limiter.c.
Referenced by config_props(), and filter_frame().
int LimiterContext::linesize[4] |
Definition at line 37 of file vf_limiter.c.
Referenced by config_props(), and filter_frame().
int LimiterContext::width[4] |
Definition at line 38 of file vf_limiter.c.
Referenced by config_props(), and filter_frame().
int LimiterContext::height[4] |
Definition at line 39 of file vf_limiter.c.
Referenced by config_props(), and filter_frame().
LimiterDSPContext LimiterContext::dsp |
Definition at line 41 of file vf_limiter.c.
Referenced by config_props(), and filter_frame().