AVFilterGraph Struct Reference

#include <avfilter.h>

Collaboration diagram for AVFilterGraph:
Collaboration graph

Data Fields

const AVClassav_class
 
AVFilterContext ** filters
 
unsigned nb_filters
 
char * scale_sws_opts
 sws options to use for the auto-inserted scale filters More...
 
char * resample_lavr_opts
 libavresample options to use for the auto-inserted resample filters More...
 
char * aresample_swr_opts
 swr options to use for the auto-inserted aresample filters, Access ONLY through AVOptions More...
 
AVFilterLink ** sink_links
 Private fields. More...
 
int sink_links_count
 
unsigned disable_auto_convert
 

Detailed Description

Definition at line 991 of file avfilter.h.

Field Documentation

char* AVFilterGraph::aresample_swr_opts

swr options to use for the auto-inserted aresample filters, Access ONLY through AVOptions

Definition at line 1007 of file avfilter.h.

Referenced by query_formats().

const AVClass* AVFilterGraph::av_class

Definition at line 992 of file avfilter.h.

Referenced by avfilter_graph_alloc().

unsigned AVFilterGraph::disable_auto_convert

Definition at line 1019 of file avfilter.h.

Referenced by avfilter_graph_set_auto_convert().

char* AVFilterGraph::resample_lavr_opts

libavresample options to use for the auto-inserted resample filters

Definition at line 1003 of file avfilter.h.

Referenced by configure_filtergraph().

char* AVFilterGraph::scale_sws_opts

sws options to use for the auto-inserted scale filters

Definition at line 1002 of file avfilter.h.

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

AVFilterLink** AVFilterGraph::sink_links

Private fields.

The following fields are for internal use only. Their type, offset, number and semantic can change without notice.

Definition at line 1016 of file avfilter.h.

Referenced by avfilter_graph_request_oldest(), ff_avfilter_graph_config_pointers(), heap_bubble_down(), and heap_bubble_up().

int AVFilterGraph::sink_links_count

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