FFmpeg
|
Data Fields | |
vf_instance_t | vf |
vf_instance_t | next_vf |
AVFilterContext * | avfctx |
int | frame_returned |
vf_instance_t MPContext::vf |
Definition at line 283 of file vf_mp.c.
Referenced by config_inprops(), filter_frame(), init(), query_formats(), and uninit().
vf_instance_t MPContext::next_vf |
Definition at line 284 of file vf_mp.c.
Referenced by config_outprops(), and init().
AVFilterContext* MPContext::avfctx |
Definition at line 285 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 286 of file vf_mp.c.
Referenced by ff_vf_next_put_image(), and request_frame().