Data Fields | |
int | mode |
interlace mode selected | |
int | frame |
number of the output frame | |
int | vsub |
chroma vertical subsampling | |
AVFilterBufferRef * | cur |
AVFilterBufferRef * | next |
uint8_t * | black_data [4] |
buffer used to fill padded lines | |
int | black_linesize [4] |
Definition at line 32 of file vf_tinterlace.c.
uint8_t* TInterlaceContext::black_data[4] |
buffer used to fill padded lines
Definition at line 38 of file vf_tinterlace.c.
Referenced by config_out_props(), end_frame(), and uninit().
Definition at line 36 of file vf_tinterlace.c.
Referenced by end_frame(), request_frame(), start_frame(), and uninit().
number of the output frame
Definition at line 34 of file vf_tinterlace.c.
Referenced by end_frame().
interlace mode selected
Definition at line 33 of file vf_tinterlace.c.
Referenced by config_out_props(), end_frame(), and init().
Definition at line 37 of file vf_tinterlace.c.
Referenced by end_frame(), poll_frame(), start_frame(), and uninit().
chroma vertical subsampling
Definition at line 35 of file vf_tinterlace.c.
Referenced by config_out_props().