|
FFmpeg
|
#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 |
| 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().
| 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().
| 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().
| int SwsFilterParams::dst_size |
Definition at line 58 of file filters.h.
Referenced by check_filter(), and ff_sws_filter_generate().
1.8.17