AVFilterContext Struct Reference

An instance of a filter. More...

#include <avfilter.h>

Data Fields

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

Detailed Description

An instance of a filter.

Definition at line 418 of file avfilter.h.

Field Documentation

const AVClass* AVFilterContext::av_class

needed for av_log()

Definition at line 419 of file avfilter.h.

Referenced by avfilter_open().


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