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
void * priv
 private data for use by the filter
struct AVFilterCommandcommand_queue


Detailed Description

An instance of a filter.

Definition at line 582 of file avfilter.h.


Field Documentation

needed for av_log()

Definition at line 583 of file avfilter.h.

Referenced by avfilter_open().


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

Generated on Fri Oct 26 02:46:16 2012 for FFmpeg by  doxygen 1.5.8