FFmpeg
|
#include <avfilter_internal.h>
Data Fields | |
AVFilterContext | p |
The public AVFilterContext. More... | |
avfilter_execute_func * | execute |
unsigned | state_flags |
unsigned | ready |
Ready status of the filter. More... | |
struct AVExpr * | enable |
variable values for the enable expression More... | |
double * | var_values |
struct AVFilterCommand * | command_queue |
Definition at line 95 of file avfilter_internal.h.
AVFilterContext FFFilterContext::p |
The public AVFilterContext.
See avfilter.h for it.
Definition at line 99 of file avfilter_internal.h.
Referenced by ff_filter_graph_run_once(), and set_enable_expr().
avfilter_execute_func* FFFilterContext::execute |
Definition at line 101 of file avfilter_internal.h.
Referenced by avfilter_init_dict(), and ff_filter_execute().
unsigned FFFilterContext::state_flags |
Definition at line 104 of file avfilter_internal.h.
Referenced by avfilter_graph_segment_init(), and avfilter_init_dict().
unsigned FFFilterContext::ready |
Ready status of the filter.
A non-0 value means that the filter needs activating; a higher value suggests a more urgent activation. parsed expression
Definition at line 111 of file avfilter_internal.h.
Referenced by ff_filter_activate(), ff_filter_graph_run_once(), ff_filter_set_ready(), and ff_request_frame().
struct AVExpr* FFFilterContext::enable |
variable values for the enable expression
Definition at line 114 of file avfilter_internal.h.
Referenced by avfilter_free(), evaluate_timeline_at_frame(), and set_enable_expr().
double* FFFilterContext::var_values |
Definition at line 116 of file avfilter_internal.h.
Referenced by avfilter_free(), evaluate_timeline_at_frame(), and set_enable_expr().
struct AVFilterCommand* FFFilterContext::command_queue |
Definition at line 118 of file avfilter_internal.h.
Referenced by avfilter_free(), avfilter_graph_queue_command(), command_queue_pop(), and ff_inlink_process_commands().