Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Davfilter.h73 typedef struct AVFilterContext AVFilterContext; typedef
408 struct AVFilterContext { struct
409 const AVClass *av_class; ///< needed for av_log() and filters common options
411 const AVFilter *filter; ///< the AVFilter of which this is an instance
413 char *name; ///< name of this filter instance
415 AVFilterPad *input_pads; ///< array of input pads
416 AVFilterLink **inputs; ///< array of pointers to input links
417 unsigned nb_inputs; ///< number of input pads
419 AVFilterPad *output_pads; ///< array of output pads
420 AVFilterLink **outputs; ///< array of pointers to output links
[all …]