FFmpeg
|
InterlaceContext Struct Reference
Collaboration diagram for InterlaceContext:
Data Fields | |
const AVClass * | class |
enum ScanMode | scan |
int | lowpass |
AVFrame * | cur |
AVFrame * | next |
int | got_output |
Detailed Description
Definition at line 49 of file vf_interlace.c.
Field Documentation
const AVClass* InterlaceContext::class |
Definition at line 50 of file vf_interlace.c.
AVFrame* InterlaceContext::cur |
Definition at line 53 of file vf_interlace.c.
Referenced by filter_frame(), and uninit().
int InterlaceContext::got_output |
Definition at line 54 of file vf_interlace.c.
Referenced by filter_frame(), and request_frame().
int InterlaceContext::lowpass |
Definition at line 52 of file vf_interlace.c.
Referenced by config_out_props(), and filter_frame().
AVFrame * InterlaceContext::next |
Definition at line 53 of file vf_interlace.c.
Referenced by filter_frame(), and uninit().
enum ScanMode InterlaceContext::scan |
Definition at line 51 of file vf_interlace.c.
Referenced by config_out_props(), and filter_frame().
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