|
FFmpeg
|
Public Attributes | |
| const AVClass * | class |
| struct SwsContext * | sws |
| software scaler context | |
| struct SwsContext * | isws [2] |
| software scaler context for interlaced material | |
| AVDictionary * | opts |
| int | w |
| New dimensions. More... | |
| int | h |
| char * | size_str |
| unsigned int | flags |
| double | param [2] |
| sws flags | |
| int | hsub |
| 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 | |
| int | output_is_pal |
| set to 1 if the output format is paletted | |
| int | interlaced |
| char * | w_expr |
| width expression string | |
| char * | h_expr |
| height expression string | |
| char * | flags_str |
| char * | in_color_matrix |
| char * | 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 | nb_slices |
| int | eval_mode |
| expression evaluation mode | |
| 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
1.8.12