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


Detailed Description

An instance of a filter.

Definition at line 411 of file avfilter.h.


Field Documentation

needed for av_log()

Definition at line 413 of file avfilter.h.

Referenced by avfilter_open().

array of input pads

Definition at line 420 of file avfilter.h.

Referenced by avfilter_destroy(), avfilter_graph_check_validity(), avfilter_insert_inpad(), and avfilter_open().

name of this filter instance

Definition at line 417 of file avfilter.h.

Referenced by avfilter_destroy(), avfilter_graph_check_validity(), avfilter_graph_get_filter(), and avfilter_open().

array of output pads

Definition at line 424 of file avfilter.h.

Referenced by avfilter_destroy(), avfilter_graph_check_validity(), avfilter_insert_outpad(), and avfilter_open().

private data for use by the filter

Definition at line 427 of file avfilter.h.

Referenced by avfilter_destroy(), and avfilter_open().


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

Generated on Fri Oct 26 02:35:47 2012 for FFmpeg by  doxygen 1.5.8