Searched defs:AVFilterContext (Results 1 – 1 of 1) sorted by relevance
67 typedef struct AVFilterContext AVFilterContext; typedef341 struct AVFilterContext { struct342 const AVClass *av_class; ///< needed for av_log() and filters common options344 const AVFilter *filter; ///< the AVFilter of which this is an instance346 char *name; ///< name of this filter instance348 AVFilterPad *input_pads; ///< array of input pads349 AVFilterLink **inputs; ///< array of pointers to input links350 unsigned nb_inputs; ///< number of input pads352 AVFilterPad *output_pads; ///< array of output pads353 AVFilterLink **outputs; ///< array of pointers to output links[all …]