FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
OutputFilter Struct Reference

#include <ffmpeg.h>

Data Fields

AVFilterContextfilter
 
struct OutputStreamost
 
struct FilterGraphgraph
 
uint8_tname
 
AVFilterInOutout_tmp
 
enum AVMediaType type
 

Detailed Description

Definition at line 226 of file ffmpeg.h.

Field Documentation

AVFilterContext* OutputFilter::filter
struct OutputStream* OutputFilter::ost
struct FilterGraph* OutputFilter::graph
uint8_t* OutputFilter::name

Definition at line 230 of file ffmpeg.h.

Referenced by configure_output_filter(), and ffmpeg_cleanup().

AVFilterInOut* OutputFilter::out_tmp

Definition at line 233 of file ffmpeg.h.

Referenced by init_complex_filtergraph(), init_output_filter(), and open_output_file().

enum AVMediaType OutputFilter::type

Definition at line 234 of file ffmpeg.h.

Referenced by init_complex_filtergraph(), init_output_filter(), and open_output_file().


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