FFmpeg
Data Fields
OutputFilter Struct Reference

#include <ffmpeg.h>

Data Fields

const AVClassclass
 
struct FilterGraphgraph
 
uint8_t * 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 314 of file ffmpeg.h.

Field Documentation

◆ class

const AVClass* OutputFilter::class

Definition at line 315 of file ffmpeg.h.

Referenced by ofilter_alloc().

◆ graph

struct FilterGraph* OutputFilter::graph

◆ name

uint8_t* OutputFilter::name

Definition at line 318 of file ffmpeg.h.

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

◆ bound

int OutputFilter::bound

◆ linklabel

uint8_t* OutputFilter::linklabel

◆ apad

char* OutputFilter::apad

Definition at line 325 of file ffmpeg.h.

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

◆ type

enum AVMediaType OutputFilter::type

◆ nb_frames_dup

atomic_uint_least64_t OutputFilter::nb_frames_dup

Definition at line 329 of file ffmpeg.h.

Referenced by video_sync_process().

◆ nb_frames_drop

atomic_uint_least64_t OutputFilter::nb_frames_drop

Definition at line 330 of file ffmpeg.h.

Referenced by video_sync_process().


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