Searched defs:AVFilterContext (Results 1 – 1 of 1) sorted by relevance
73 typedef struct AVFilterContext AVFilterContext; typedef408 struct AVFilterContext { struct409 const AVClass *av_class; ///< needed for av_log() and filters common options411 const AVFilter *filter; ///< the AVFilter of which this is an instance413 char *name; ///< name of this filter instance415 AVFilterPad *input_pads; ///< array of input pads416 AVFilterLink **inputs; ///< array of pointers to input links417 unsigned nb_inputs; ///< number of input pads419 AVFilterPad *output_pads; ///< array of output pads420 AVFilterLink **outputs; ///< array of pointers to output links[all …]