Searched defs:AVFilterGraph (Results 1 – 1 of 1) sorted by relevance
850 typedef struct AVFilterGraph { struct851 const AVClass *av_class;852 AVFilterContext **filters;853 unsigned nb_filters;855 char *scale_sws_opts; ///< sws options to use for the auto-inserted scale filters857 …har *resample_lavr_opts; ///< libavresample options to use for the auto-inserted resample filters884 AVFilterGraphInternal *internal; argument888 * be used from callbacks like @ref AVFilterGraph.execute. argument891 void *opaque;920 } AVFilterGraph; argument