FFmpeg
|
Data Fields | |
const AVClass * | class |
vf_instance_t | vf |
vf_instance_t | next_vf |
AVFilterContext * | avfctx |
int | frame_returned |
char * | filter |
enum AVPixelFormat | in_pix_fmt |
vf_instance_t MPContext::vf |
Definition at line 182 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 183 of file vf_mp.c.
Referenced by config_outprops(), and init().
AVFilterContext* MPContext::avfctx |
Definition at line 184 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 185 of file vf_mp.c.
Referenced by ff_vf_next_put_image(), and request_frame().
enum AVPixelFormat MPContext::in_pix_fmt |
Definition at line 187 of file vf_mp.c.
Referenced by ff_vf_next_put_image(), and filter_frame().