FFmpeg
|
Data Fields | |
const AVClass * | class |
enum TInterlaceMode | mode |
interlace mode selected More... | |
int | flags |
flags affecting interlacing algorithm More... | |
int | frame |
number of the output frame More... | |
int | vsub |
chroma vertical subsampling More... | |
AVFrame * | cur |
AVFrame * | next |
uint8_t * | black_data [4] |
buffer used to fill padded lines More... | |
int | black_linesize [4] |
Detailed Description
Definition at line 45 of file vf_tinterlace.c.
Field Documentation
uint8_t* TInterlaceContext::black_data[4] |
buffer used to fill padded lines
Definition at line 53 of file vf_tinterlace.c.
Referenced by config_out_props(), filter_frame(), and uninit().
int TInterlaceContext::black_linesize[4] |
Definition at line 54 of file vf_tinterlace.c.
Referenced by config_out_props(), and filter_frame().
const AVClass* TInterlaceContext::class |
Definition at line 46 of file vf_tinterlace.c.
AVFrame* TInterlaceContext::cur |
Definition at line 51 of file vf_tinterlace.c.
Referenced by filter_frame(), request_frame(), and uninit().
int TInterlaceContext::flags |
flags affecting interlacing algorithm
Definition at line 48 of file vf_tinterlace.c.
Referenced by config_out_props(), and filter_frame().
int TInterlaceContext::frame |
number of the output frame
Definition at line 49 of file vf_tinterlace.c.
Referenced by filter_frame().
enum TInterlaceMode TInterlaceContext::mode |
interlace mode selected
Definition at line 47 of file vf_tinterlace.c.
Referenced by config_out_props(), and filter_frame().
AVFrame* TInterlaceContext::next |
Definition at line 52 of file vf_tinterlace.c.
Referenced by filter_frame(), and uninit().
int TInterlaceContext::vsub |
chroma vertical subsampling
Definition at line 50 of file vf_tinterlace.c.
Referenced by config_out_props().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:12 for FFmpeg by 1.8.11