Home
last modified time | relevance | path

Searched defs:AVFilterContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
Davfilter.h67 typedef struct AVFilterContext AVFilterContext; typedef
341 struct AVFilterContext { struct
342 const AVClass *av_class; ///< needed for av_log() and filters common options
344 const AVFilter *filter; ///< the AVFilter of which this is an instance
346 char *name; ///< name of this filter instance
348 AVFilterPad *input_pads; ///< array of input pads
349 AVFilterLink **inputs; ///< array of pointers to input links
350 unsigned nb_inputs; ///< number of input pads
352 AVFilterPad *output_pads; ///< array of output pads
353 AVFilterLink **outputs; ///< array of pointers to output links
[all …]