|
Libav
|
Data Fields | |
| const AVClass * | class |
| enum ScanMode | scan |
| int | lowpass |
| AVFrame * | cur |
| AVFrame * | next |
| int | got_output |
Definition at line 44 of file vf_interlace.c.
| const AVClass* InterlaceContext::class |
Definition at line 45 of file vf_interlace.c.
| enum ScanMode InterlaceContext::scan |
Definition at line 46 of file vf_interlace.c.
Referenced by config_out_props(), and filter_frame().
| int InterlaceContext::lowpass |
Definition at line 47 of file vf_interlace.c.
Referenced by config_out_props(), and filter_frame().
| AVFrame* InterlaceContext::cur |
Definition at line 48 of file vf_interlace.c.
Referenced by filter_frame(), and uninit().
| AVFrame * InterlaceContext::next |
Definition at line 48 of file vf_interlace.c.
Referenced by filter_frame(), and uninit().
| int InterlaceContext::got_output |
Definition at line 49 of file vf_interlace.c.
Referenced by filter_frame(), and request_frame().
1.8.8