FFmpeg  1.2.12
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 * resample_lavr_opts
 libavresample options to use for the auto-inserted resample 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

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

const AVClass * AVFilterGraph::av_class

Definition at line 29 of file avfiltergraph.h.

Referenced by avfilter_graph_alloc().

unsigned AVFilterGraph::disable_auto_convert

Definition at line 47 of file avfiltergraph.h.

Referenced by avfilter_graph_set_auto_convert().

unsigned AVFilterGraph::filter_count
AVFilterContext ** AVFilterGraph::filters
char * AVFilterGraph::resample_lavr_opts

libavresample options to use for the auto-inserted resample filters

Definition at line 34 of file avfiltergraph.h.

Referenced by configure_filtergraph().

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

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