FFmpeg
Data Fields
InputFilter Struct Reference

#include <ffmpeg.h>

Data Fields

AVFilterContextfilter
 
struct InputStreamist
 
struct FilterGraphgraph
 
uint8_t * name
 
enum AVMediaType type
 
AVFifoframe_queue
 
int format
 
int width
 
int height
 
AVRational sample_aspect_ratio
 
int sample_rate
 
AVChannelLayout ch_layout
 
AVBufferRefhw_frames_ctx
 
int32_tdisplaymatrix
 
int eof
 

Detailed Description

Definition at line 271 of file ffmpeg.h.

Field Documentation

◆ filter

AVFilterContext* InputFilter::filter

◆ ist

struct InputStream* InputFilter::ist

◆ graph

struct FilterGraph* InputFilter::graph

Definition at line 274 of file ffmpeg.h.

Referenced by ifilter_send_frame(), init_input_filter(), and init_simple_filtergraph().

◆ name

uint8_t* InputFilter::name

◆ type

enum AVMediaType InputFilter::type

Definition at line 276 of file ffmpeg.h.

Referenced by ifilter_has_all_input_formats(), ifilter_send_eof(), and init_input_filter().

◆ frame_queue

AVFifo* InputFilter::frame_queue

◆ format

int InputFilter::format

◆ width

int InputFilter::width

◆ height

int InputFilter::height

◆ sample_aspect_ratio

AVRational InputFilter::sample_aspect_ratio

◆ sample_rate

int InputFilter::sample_rate

◆ ch_layout

AVChannelLayout InputFilter::ch_layout

◆ hw_frames_ctx

AVBufferRef* InputFilter::hw_frames_ctx

◆ displaymatrix

int32_t* InputFilter::displaymatrix

◆ eof

int InputFilter::eof

Definition at line 292 of file ffmpeg.h.

Referenced by configure_filtergraph(), and ifilter_send_eof().


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