FFmpeg
Public Attributes | List of all members
ScaleContext Struct Reference

Public Attributes

const AVClassclass
 
struct SwsContextsws
 software scaler context
 
struct SwsContextisws [2]
 software scaler context for interlaced material
 
AVDictionaryopts
 
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
 

Member Data Documentation

§ w

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


The documentation for this struct was generated from the following file: