Searched defs:AVFilterContext (Results 1 – 1 of 1) sorted by relevance
67 typedef struct AVFilterContext AVFilterContext; typedef338 struct AVFilterContext { struct339 const AVClass *av_class; ///< needed for av_log() and filters common options341 const AVFilter *filter; ///< the AVFilter of which this is an instance343 char *name; ///< name of this filter instance345 AVFilterPad *input_pads; ///< array of input pads346 AVFilterLink **inputs; ///< array of pointers to input links347 unsigned nb_inputs; ///< number of input pads349 AVFilterPad *output_pads; ///< array of output pads350 AVFilterLink **outputs; ///< array of pointers to output links[all …]