AVFilterGraph Struct Reference

#include <avfiltergraph.h>

Data Fields

const AVClassav_class
unsigned filter_count
AVFilterContext ** filters
char * scale_sws_opts
 sws options to use for the auto-inserted scale filters

Detailed Description

Definition at line 28 of file avfiltergraph.h.

Field Documentation

const AVClass* AVFilterGraph::av_class

Definition at line 29 of file avfiltergraph.h.

Referenced by avfilter_graph_alloc().

char* AVFilterGraph::scale_sws_opts

sws options to use for the auto-inserted scale filters

Definition at line 33 of file avfiltergraph.h.

Referenced by configure_filtergraph(), create_filter(), parse_sws_flags(), and query_formats().


The documentation for this struct was generated from the following file: