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
338 struct AVFilterContext { struct
339 const AVClass *av_class; ///< needed for av_log() and filters common options
341 const AVFilter *filter; ///< the AVFilter of which this is an instance
343 char *name; ///< name of this filter instance
345 AVFilterPad *input_pads; ///< array of input pads
346 AVFilterLink **inputs; ///< array of pointers to input links
347 unsigned nb_inputs; ///< number of input pads
349 AVFilterPad *output_pads; ///< array of output pads
350 AVFilterLink **outputs; ///< array of pointers to output links
[all …]