| 
    FFmpeg
    
   | 
 
Data Fields | |
| const char * | name | 
| size_t | priv_size | 
| int(* | init )(AVFilterContext *ctx, const char *args) | 
| void(* | uninit )(AVFilterContext *ctx) | 
| void(* | end_frame_filter )(AVFilterContext *ctx, IplImage *inimg, IplImage *outimg) | 
Definition at line 317 of file vf_libopencv.c.
| const char* OCVFilterEntry::name | 
Definition at line 318 of file vf_libopencv.c.
Referenced by init().
| size_t OCVFilterEntry::priv_size | 
Definition at line 319 of file vf_libopencv.c.
Referenced by init().
| int(* OCVFilterEntry::init)(AVFilterContext *ctx, const char *args) | 
Definition at line 320 of file vf_libopencv.c.
Referenced by init().
| void(* OCVFilterEntry::uninit)(AVFilterContext *ctx) | 
Definition at line 321 of file vf_libopencv.c.
Referenced by init().
| void(* OCVFilterEntry::end_frame_filter)(AVFilterContext *ctx, IplImage *inimg, IplImage *outimg) | 
Definition at line 322 of file vf_libopencv.c.
Referenced by init().
 1.8.6