FFmpeg
Data Fields
OutputFilter Struct Reference

#include <ffmpeg.h>

Data Fields

struct OutputStreamost
 
struct FilterGraphgraph
 
uint8_t * name
 
uint8_t * linklabel
 
enum AVMediaType type
 
int64_t last_pts
 
uint64_t nb_frames_dup
 
uint64_t nb_frames_drop
 

Detailed Description

Definition at line 292 of file ffmpeg.h.

Field Documentation

◆ ost

struct OutputStream* OutputFilter::ost

◆ graph

struct FilterGraph* OutputFilter::graph

Definition at line 294 of file ffmpeg.h.

Referenced by fg_output_frame(), fg_output_step(), ofilter_alloc(), ofilter_bind_ost(), and ost_add().

◆ name

uint8_t* OutputFilter::name

Definition at line 295 of file ffmpeg.h.

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

◆ linklabel

uint8_t* OutputFilter::linklabel

Definition at line 299 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 301 of file ffmpeg.h.

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

◆ last_pts

int64_t OutputFilter::last_pts

Definition at line 304 of file ffmpeg.h.

Referenced by ofilter_alloc().

◆ nb_frames_dup

uint64_t OutputFilter::nb_frames_dup

Definition at line 306 of file ffmpeg.h.

Referenced by video_sync_process().

◆ nb_frames_drop

uint64_t OutputFilter::nb_frames_drop

Definition at line 307 of file ffmpeg.h.

Referenced by video_sync_process().


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