Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Davfilter.h871 typedef struct AVFilterGraph { struct
872 const AVClass *av_class;
873 AVFilterContext **filters;
874 unsigned nb_filters;
876 char *scale_sws_opts; ///< sws options to use for the auto-inserted scale filters
902 AVFilterGraphInternal *internal; argument
906 * be used from callbacks like @ref AVFilterGraph.execute. argument
909 void *opaque;
938 } AVFilterGraph; argument