FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
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
 
char * aresample_swr_opts
 swr options to use for the auto-inserted aresample filters, Access ONLY through AVOptions
 
AVFilterLink ** sink_links
 Private fields.
 
int sink_links_count
 
unsigned disable_auto_convert
 

Detailed Description

Examples:
doc/examples/filtering_audio.c, and doc/examples/filtering_video.c.

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().

unsigned AVFilterGraph::filter_count
AVFilterContext** AVFilterGraph::filters
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().

char* AVFilterGraph::aresample_swr_opts

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

Definition at line 35 of file avfiltergraph.h.

Referenced by 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 44 of file avfiltergraph.h.

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

int AVFilterGraph::sink_links_count
unsigned AVFilterGraph::disable_auto_convert

Definition at line 47 of file avfiltergraph.h.

Referenced by avfilter_graph_set_auto_convert(), and insert_conv_filter().


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