FFmpeg
Data Fields
OutputFilter Struct Reference

#include <ffmpeg.h>

Data Fields

struct OutputStreamost
 
struct FilterGraphgraph
 
uint8_t * name
 
uint8_t * linklabel
 
enum AVMediaType type
 
atomic_uint_least64_t nb_frames_dup
 
atomic_uint_least64_t nb_frames_drop
 

Detailed Description

Definition at line 271 of file ffmpeg.h.

Field Documentation

◆ ost

struct OutputStream* OutputFilter::ost

◆ graph

struct FilterGraph* OutputFilter::graph

◆ name

uint8_t* OutputFilter::name

Definition at line 274 of file ffmpeg.h.

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

◆ linklabel

uint8_t* OutputFilter::linklabel

Definition at line 278 of file ffmpeg.h.

Referenced by create_streams(), fg_create(), fg_free(), map_manual(), and ofilter_bind_ost().

◆ type

enum AVMediaType OutputFilter::type

Definition at line 280 of file ffmpeg.h.

Referenced by choose_out_timebase(), create_streams(), fg_create(), fg_output_frame(), and map_manual().

◆ nb_frames_dup

atomic_uint_least64_t OutputFilter::nb_frames_dup

Definition at line 282 of file ffmpeg.h.

Referenced by video_sync_process().

◆ nb_frames_drop

atomic_uint_least64_t OutputFilter::nb_frames_drop

Definition at line 283 of file ffmpeg.h.

Referenced by video_sync_process().


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