AVFilterContext Struct Reference

An instance of a filter. More...

#include <avfilter.h>

Data Fields

const AVClassav_class
 needed for av_log()
AVFilterfilter
 the AVFilter of which this is an instance
char * name
 name of this filter instance
unsigned input_count
 number of input pads
AVFilterPadinput_pads
 array of input pads
AVFilterLink ** inputs
 array of pointers to input links
unsigned output_count
 number of output pads
AVFilterPadoutput_pads
 array of output pads
AVFilterLink ** outputs
 array of pointers to output links
voidpriv
 private data for use by the filter

Detailed Description

An instance of a filter.

Definition at line 538 of file avfilter.h.

Field Documentation

const AVClass* AVFilterContext::av_class

needed for av_log()

Definition at line 539 of file avfilter.h.

Referenced by avfilter_open().

AVFilterPad* AVFilterContext::input_pads
char* AVFilterContext::name
AVFilterPad* AVFilterContext::output_pads

array of output pads

Definition at line 550 of file avfilter.h.

Referenced by avfilter_free(), avfilter_insert_outpad(), avfilter_link(), avfilter_open(), and ff_avfilter_graph_check_validity().


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