Data Fields | |
enum TInterlaceMode | 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 54 of file vf_tinterlace.c.
buffer used to fill padded lines
Definition at line 60 of file vf_tinterlace.c.
Referenced by config_out_props(), end_frame(), and uninit().
Definition at line 58 of file vf_tinterlace.c.
Referenced by end_frame(), request_frame(), start_frame(), and uninit().
number of the output frame
Definition at line 56 of file vf_tinterlace.c.
Referenced by end_frame().
interlace mode selected
Definition at line 55 of file vf_tinterlace.c.
Referenced by config_out_props(), end_frame(), and init().
Definition at line 59 of file vf_tinterlace.c.
Referenced by end_frame(), poll_frame(), start_frame(), and uninit().
chroma vertical subsampling
Definition at line 57 of file vf_tinterlace.c.
Referenced by config_out_props().