FFmpeg
|
Data Fields | |
const AVClass * | class |
struct SwsContext * | sws |
software scaler context More... | |
struct SwsContext * | isws [2] |
software scaler context for interlaced material More... | |
int | w |
New dimensions. More... | |
int | h |
char * | size_str |
unsigned int | flags |
int | hsub |
sws flags More... | |
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... | |
char * | flags_str |
Detailed Description
Definition at line 70 of file vf_scale.c.
Field Documentation
const AVClass* ScaleContext::class |
Definition at line 71 of file vf_scale.c.
unsigned int ScaleContext::flags |
Definition at line 82 of file vf_scale.c.
Referenced by config_props(), and init().
char* ScaleContext::flags_str |
Definition at line 92 of file vf_scale.c.
Referenced by init().
int ScaleContext::h |
Definition at line 80 of file vf_scale.c.
Referenced by config_props(), and init().
char* ScaleContext::h_expr |
height expression string
Definition at line 91 of file vf_scale.c.
Referenced by config_props(), and init().
int ScaleContext::hsub |
int ScaleContext::input_is_pal |
set to 1 if the input format is paletted
Definition at line 86 of file vf_scale.c.
Referenced by config_props(), and scale_slice().
int ScaleContext::interlaced |
Definition at line 88 of file vf_scale.c.
Referenced by filter_frame(), and init().
struct SwsContext* ScaleContext::isws[2] |
software scaler context for interlaced material
Definition at line 73 of file vf_scale.c.
Referenced by config_props(), filter_frame(), and uninit().
int ScaleContext::output_is_pal |
set to 1 if the output format is paletted
Definition at line 87 of file vf_scale.c.
Referenced by config_props(), filter_frame(), and scale_slice().
char* ScaleContext::size_str |
Definition at line 81 of file vf_scale.c.
Referenced by init().
int ScaleContext::slice_y |
top of current output slice
Definition at line 85 of file vf_scale.c.
struct SwsContext* ScaleContext::sws |
software scaler context
Definition at line 72 of file vf_scale.c.
Referenced by config_props(), filter_frame(), and uninit().
int ScaleContext::vsub |
chroma subsampling
Definition at line 84 of file vf_scale.c.
Referenced by filter_frame(), and scale_slice().
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(), and init().
char* ScaleContext::w_expr |
width expression string
Definition at line 90 of file vf_scale.c.
Referenced by config_props(), and init().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:12 for FFmpeg by 1.8.11