| FFmpeg
    | 
MPContext Struct Reference
  
Collaboration diagram for MPContext:

| Data Fields | |
| const AVClass * | class | 
| vf_instance_t | vf | 
| vf_instance_t | next_vf | 
| AVFilterContext * | avfctx | 
| int | frame_returned | 
| char * | filter | 
Detailed Description
Field Documentation
| AVFilterContext* MPContext::avfctx | 
Definition at line 261 of file vf_mp.c.
Referenced by ff_vf_get_image(), ff_vf_next_control(), ff_vf_next_put_image(), filter_frame(), init(), request_frame(), and vf_default_query_format().
| int MPContext::frame_returned | 
Definition at line 262 of file vf_mp.c.
Referenced by ff_vf_next_put_image(), and request_frame().
| vf_instance_t MPContext::next_vf | 
Definition at line 260 of file vf_mp.c.
Referenced by config_outprops(), and init().
| vf_instance_t MPContext::vf | 
Definition at line 259 of file vf_mp.c.
Referenced by config_inprops(), filter_frame(), init(), query_formats(), and uninit().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:26 for FFmpeg by
 1.8.11
 1.8.11