FFmpeg
Loading...
Searching...
No Matches
OutputFilter Struct Reference

#include <fftools/ffmpeg.h>

Data Fields

const AVClassclass
struct FilterGraphgraph
uint8_t * name
int index
AVFilterContextfilter
char * output_name
int bound
uint8_t * linklabel
char * apad
enum AVMediaType type
atomic_uint_least64_t nb_frames_dup
atomic_uint_least64_t nb_frames_drop

Detailed Description

Definition at line 376 of file ffmpeg.h.

Field Documentation

◆ class

const AVClass* OutputFilter::class

Definition at line 377 of file ffmpeg.h.

Referenced by ofilter_alloc().

◆ graph

struct FilterGraph* OutputFilter::graph

◆ name

uint8_t* OutputFilter::name

Definition at line 380 of file ffmpeg.h.

Referenced by fg_create(), fg_finalise_bindings(), fg_free(), and ost_add().

◆ index

int OutputFilter::index

◆ filter

◆ output_name

◆ bound

int OutputFilter::bound

◆ linklabel

◆ apad

char* OutputFilter::apad

Definition at line 392 of file ffmpeg.h.

Referenced by configure_output_audio_filter(), create_streams(), and fg_free().

◆ type

◆ nb_frames_dup

atomic_uint_least64_t OutputFilter::nb_frames_dup

Definition at line 396 of file ffmpeg.h.

Referenced by video_sync_process().

◆ nb_frames_drop

atomic_uint_least64_t OutputFilter::nb_frames_drop

Definition at line 397 of file ffmpeg.h.

Referenced by video_sync_process().


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