Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Davfilter.h850 typedef struct AVFilterGraph { struct
851 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 filters
857 …har *resample_lavr_opts; ///< libavresample options to use for the auto-inserted resample filters
884 AVFilterGraphInternal *internal; argument
888 * be used from callbacks like @ref AVFilterGraph.execute. argument
891 void *opaque;
920 } AVFilterGraph; argument