FFmpeg
|
#include <swscale_internal.h>
Data Fields | |
float | shadows |
float | midtones |
float | highlights |
double | in_min |
double | in_max |
double | out_min |
double | out_max |
AVRational | start |
AVRational | end |
unsigned int | start |
unsigned int | len |
Definition at line 37 of file vf_colorbalance.c.
float Range::shadows |
Definition at line 38 of file vf_colorbalance.c.
float Range::midtones |
Definition at line 39 of file vf_colorbalance.c.
float Range::highlights |
Definition at line 40 of file vf_colorbalance.c.
double Range::in_min |
Definition at line 35 of file vf_colorlevels.c.
double Range::in_max |
Definition at line 35 of file vf_colorlevels.c.
double Range::out_min |
Definition at line 36 of file vf_colorlevels.c.
double Range::out_max |
Definition at line 36 of file vf_colorlevels.c.
AVRational Range::start |
Definition at line 118 of file vf_pseudocolor.c.
Referenced by config_input(), and ff_range_add().
AVRational Range::end |
Definition at line 118 of file vf_pseudocolor.c.
Referenced by config_input().
unsigned int Range::start |
Definition at line 87 of file swscale_internal.h.
unsigned int Range::len |
Definition at line 88 of file swscale_internal.h.
Referenced by ff_range_add().