FFmpeg
|
Data Fields | |
const AVClass * | class |
struct SwsContext * | sws |
software scaler context More... | |
struct SwsContext * | isws [2] |
software scaler context for interlaced material More... | |
struct SwsContext * | sws_opts |
int | w |
New dimensions. More... | |
int | h |
char * | size_str |
double | param [2] |
int | hsub |
int | vsub |
chroma subsampling More... | |
int | slice_y |
top of current output slice More... | |
int | input_is_pal |
set to 1 if the input format is paletted More... | |
int | output_is_pal |
set to 1 if the output format is paletted More... | |
int | interlaced |
char * | w_expr |
width expression string More... | |
char * | h_expr |
height expression string More... | |
AVExpr * | w_pexpr |
AVExpr * | h_pexpr |
double | var_values [VARS_NB] |
char * | flags_str |
int | in_color_matrix |
int | out_color_matrix |
int | in_range |
int | out_range |
int | out_h_chr_pos |
int | out_v_chr_pos |
int | in_h_chr_pos |
int | in_v_chr_pos |
int | force_original_aspect_ratio |
int | force_divisible_by |
int | eval_mode |
expression evaluation mode More... | |
Definition at line 111 of file vf_scale.c.
const AVClass* ScaleContext::class |
Definition at line 112 of file vf_scale.c.
struct SwsContext* ScaleContext::sws |
software scaler context
Definition at line 113 of file vf_scale.c.
struct SwsContext* ScaleContext::isws[2] |
software scaler context for interlaced material
Definition at line 114 of file vf_scale.c.
struct SwsContext* ScaleContext::sws_opts |
Definition at line 116 of file vf_scale.c.
int ScaleContext::w |
New dimensions.
Special values are: 0 = original width/height -1 = keep original aspect -N = try to keep aspect but make sure it is divisible by N
Definition at line 124 of file vf_scale.c.
int ScaleContext::h |
Definition at line 124 of file vf_scale.c.
char* ScaleContext::size_str |
Definition at line 125 of file vf_scale.c.
double ScaleContext::param[2] |
Definition at line 126 of file vf_scale.c.
int ScaleContext::hsub |
Definition at line 128 of file vf_scale.c.
int ScaleContext::vsub |
chroma subsampling
Definition at line 128 of file vf_scale.c.
int ScaleContext::slice_y |
top of current output slice
Definition at line 129 of file vf_scale.c.
int ScaleContext::input_is_pal |
set to 1 if the input format is paletted
Definition at line 130 of file vf_scale.c.
int ScaleContext::output_is_pal |
set to 1 if the output format is paletted
Definition at line 131 of file vf_scale.c.
int ScaleContext::interlaced |
Definition at line 132 of file vf_scale.c.
char* ScaleContext::w_expr |
width expression string
Definition at line 134 of file vf_scale.c.
char* ScaleContext::h_expr |
height expression string
Definition at line 135 of file vf_scale.c.
AVExpr* ScaleContext::w_pexpr |
Definition at line 136 of file vf_scale.c.
AVExpr* ScaleContext::h_pexpr |
Definition at line 137 of file vf_scale.c.
Definition at line 138 of file vf_scale.c.
char* ScaleContext::flags_str |
Definition at line 140 of file vf_scale.c.
int ScaleContext::in_color_matrix |
Definition at line 142 of file vf_scale.c.
int ScaleContext::out_color_matrix |
Definition at line 143 of file vf_scale.c.
int ScaleContext::in_range |
Definition at line 145 of file vf_scale.c.
int ScaleContext::out_range |
Definition at line 146 of file vf_scale.c.
int ScaleContext::out_h_chr_pos |
Definition at line 148 of file vf_scale.c.
int ScaleContext::out_v_chr_pos |
Definition at line 149 of file vf_scale.c.
int ScaleContext::in_h_chr_pos |
Definition at line 150 of file vf_scale.c.
int ScaleContext::in_v_chr_pos |
Definition at line 151 of file vf_scale.c.
int ScaleContext::force_original_aspect_ratio |
Definition at line 153 of file vf_scale.c.
int ScaleContext::force_divisible_by |
Definition at line 154 of file vf_scale.c.
int ScaleContext::eval_mode |
expression evaluation mode
Definition at line 156 of file vf_scale.c.