FFmpeg
Data Fields
FFFilterContext Struct Reference

#include <avfilter_internal.h>

Data Fields

AVFilterContext p
 The public AVFilterContext. More...
 
avfilter_execute_funcexecute
 
unsigned state_flags
 
unsigned ready
 Ready status of the filter. More...
 
struct AVExprenable
 variable values for the enable expression More...
 
doublevar_values
 
struct AVFilterCommandcommand_queue
 

Detailed Description

Definition at line 95 of file avfilter_internal.h.

Field Documentation

◆ p

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().

◆ execute

avfilter_execute_func* FFFilterContext::execute

Definition at line 101 of file avfilter_internal.h.

Referenced by avfilter_init_dict(), and ff_filter_execute().

◆ state_flags

unsigned FFFilterContext::state_flags

Definition at line 104 of file avfilter_internal.h.

Referenced by avfilter_graph_segment_init(), and avfilter_init_dict().

◆ ready

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().

◆ enable

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().

◆ var_values

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().

◆ command_queue

struct AVFilterCommand* FFFilterContext::command_queue

The documentation for this struct was generated from the following file: