Searched defs:AVFilterGraph (Results 1 – 1 of 1) sorted by relevance
871 typedef struct AVFilterGraph { struct872 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 filters902 AVFilterGraphInternal *internal; argument906 * be used from callbacks like @ref AVFilterGraph.execute. argument909 void *opaque;938 } AVFilterGraph; argument