Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Davfilter.h840 typedef struct AVFilterGraph { struct
841 const AVClass *av_class;
842 AVFilterContext **filters;
843 unsigned nb_filters;
845 char *scale_sws_opts; ///< sws options to use for the auto-inserted scale filters
847 …har *resample_lavr_opts; ///< libavresample options to use for the auto-inserted resample filters
874 AVFilterGraphInternal *internal; argument
878 * be used from callbacks like @ref AVFilterGraph.execute. argument
881 void *opaque;
910 } AVFilterGraph; typedef