| 
    FFmpeg
    
   | 
 
Data Fields | |
| const AVClass * | class | 
| int | filter | 
| 0 is simple, 1 is more complex   | |
| int | deint | 
| which frames to deinterlace   | |
| int | linesize [4] | 
| bytes of pixel data per line for each plane   | |
| int | planeheight [4] | 
| height of each plane   | |
| int | field | 
| which field are we on, 0 or 1   | |
| int | eof | 
| int | nb_planes | 
| AVFrame * | prev | 
| AVFrame * | cur | 
| AVFrame * | next | 
| previous, current, next frames   | |
| int32_t * | work_line | 
| line we are calculating   | |
Definition at line 33 of file vf_w3fdif.c.
| const AVClass* W3FDIFContext::class | 
Definition at line 34 of file vf_w3fdif.c.
| int W3FDIFContext::filter | 
| int W3FDIFContext::deint | 
which frames to deinterlace
Definition at line 36 of file vf_w3fdif.c.
Referenced by filter_frame().
| int W3FDIFContext::linesize[4] | 
bytes of pixel data per line for each plane
Definition at line 37 of file vf_w3fdif.c.
Referenced by config_input(), and deinterlace_plane().
| int W3FDIFContext::planeheight[4] | 
height of each plane
Definition at line 38 of file vf_w3fdif.c.
Referenced by config_input(), and deinterlace_plane().
| int W3FDIFContext::field | 
which field are we on, 0 or 1
Definition at line 39 of file vf_w3fdif.c.
Referenced by deinterlace_plane(), and filter().
| int W3FDIFContext::eof | 
Definition at line 40 of file vf_w3fdif.c.
Referenced by request_frame().
| int W3FDIFContext::nb_planes | 
Definition at line 41 of file vf_w3fdif.c.
Referenced by config_input(), and filter().
| AVFrame* W3FDIFContext::prev | 
Definition at line 42 of file vf_w3fdif.c.
Referenced by filter(), filter_frame(), and uninit().
| AVFrame * W3FDIFContext::cur | 
Definition at line 42 of file vf_w3fdif.c.
Referenced by filter(), filter_frame(), request_frame(), and uninit().
| AVFrame * W3FDIFContext::next | 
previous, current, next frames
Definition at line 42 of file vf_w3fdif.c.
Referenced by filter(), filter_frame(), request_frame(), and uninit().
| int32_t* W3FDIFContext::work_line | 
line we are calculating
Definition at line 43 of file vf_w3fdif.c.
Referenced by config_input(), deinterlace_plane(), and uninit().
 1.8.2