Searched defs:AVFilterGraph (Results 1 – 1 of 1) sorted by relevance
840 typedef struct AVFilterGraph { struct841 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 filters847 …har *resample_lavr_opts; ///< libavresample options to use for the auto-inserted resample filters874 AVFilterGraphInternal *internal; argument878 * be used from callbacks like @ref AVFilterGraph.execute. argument881 void *opaque;910 } AVFilterGraph; argument