FFmpeg
Data Fields
SwsFilterParams Struct Reference

#include <filters.h>

Data Fields

SwsScaler scaler
 The filter kernel and parameters to use. More...
 
double scaler_params [SWS_NUM_SCALER_PARAMS]
 
int src_size
 The relative sizes of the input and output images. More...
 
int dst_size
 

Detailed Description

Definition at line 45 of file filters.h.

Field Documentation

◆ scaler

SwsScaler SwsFilterParams::scaler

The filter kernel and parameters to use.

Definition at line 49 of file filters.h.

Referenced by check_filter(), and ff_sws_filter_generate().

◆ scaler_params

double SwsFilterParams::scaler_params[SWS_NUM_SCALER_PARAMS]

Definition at line 50 of file filters.h.

Referenced by check_filter(), and ff_sws_filter_generate().

◆ src_size

int SwsFilterParams::src_size

The relative sizes of the input and output images.

Used to determine the number of rows in the output, as well as the fractional offsets of the samples in each row.

Definition at line 57 of file filters.h.

Referenced by check_filter(), and ff_sws_filter_generate().

◆ dst_size

int SwsFilterParams::dst_size

Definition at line 58 of file filters.h.

Referenced by check_filter(), and ff_sws_filter_generate().


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