Libav
|
Data Fields | |
const AVClass * | class |
struct SwsContext * | sws |
software scaler context | |
int | w |
New dimensions. | |
int | h |
unsigned int | flags |
int | hsub |
sws flags | |
int | vsub |
chroma subsampling | |
int | slice_y |
top of current output slice | |
int | input_is_pal |
set to 1 if the input format is paletted | |
char * | w_expr |
width expression string | |
char * | h_expr |
height expression string | |
char * | flags_str |
Definition at line 71 of file vf_scale.c.
const AVClass* ScaleContext::class |
Definition at line 72 of file vf_scale.c.
struct SwsContext* ScaleContext::sws |
software scaler context
Definition at line 73 of file vf_scale.c.
Referenced by config_props(), filter_frame(), and uninit().
int ScaleContext::w |
New dimensions.
Special values are: 0 = original width/height -1 = keep original aspect
Definition at line 80 of file vf_scale.c.
Referenced by config_props().
int ScaleContext::h |
Definition at line 80 of file vf_scale.c.
Referenced by config_props().
unsigned int ScaleContext::flags |
Definition at line 81 of file vf_scale.c.
Referenced by config_props(), and init().
int ScaleContext::hsub |
int ScaleContext::vsub |
int ScaleContext::slice_y |
top of current output slice
Definition at line 84 of file vf_scale.c.
int ScaleContext::input_is_pal |
set to 1 if the input format is paletted
Definition at line 85 of file vf_scale.c.
Referenced by config_props().
char* ScaleContext::w_expr |
char* ScaleContext::h_expr |
char* ScaleContext::flags_str |
Definition at line 89 of file vf_scale.c.
Referenced by init().