ScaleContext Struct Reference

Data Fields

struct SwsContextsws
 software scaler context More...
 
int w
 New dimensions. More...
 
int h
 
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...
 
char w_expr [256]
 width expression string More...
 
char h_expr [256]
 height expression string More...
 

Detailed Description

Definition at line 71 of file vf_scale.c.

Field Documentation

unsigned int ScaleContext::flags

Definition at line 80 of file vf_scale.c.

Referenced by config_props(), and init().

int ScaleContext::h

Definition at line 79 of file vf_scale.c.

Referenced by config_props().

char ScaleContext::h_expr[256]

height expression string

Definition at line 87 of file vf_scale.c.

Referenced by config_props(), and init().

int ScaleContext::hsub

sws flags

Definition at line 82 of file vf_scale.c.

Referenced by filter_frame().

int ScaleContext::input_is_pal

set to 1 if the input format is paletted

Definition at line 84 of file vf_scale.c.

Referenced by config_props().

int ScaleContext::slice_y

top of current output slice

Definition at line 83 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 82 of file vf_scale.c.

Referenced by filter_frame().

int ScaleContext::w

New dimensions.

Special values are: 0 = original width/height -1 = keep original aspect

Definition at line 79 of file vf_scale.c.

Referenced by config_props().

char ScaleContext::w_expr[256]

width expression string

Definition at line 86 of file vf_scale.c.

Referenced by config_props(), and init().


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