FFmpeg
Data Fields
InputFile Struct Reference

#include <ffmpeg.h>

Data Fields

const AVClassclass
 
int index
 
AVFormatContextctx
 
int64_t input_ts_offset
 
int input_sync_ref
 
int64_t start_time_effective
 Effective format start time based on enabled streams. More...
 
int64_t ts_offset
 
int64_t start_time
 
InputStream ** streams
 
int nb_streams
 
AVFormatContextfmt_ctx
 
InputStreamstreams
 

Detailed Description

Definition at line 389 of file ffmpeg.h.

Field Documentation

◆ class

const AVClass* InputFile::class

Definition at line 390 of file ffmpeg.h.

◆ index

int InputFile::index

Definition at line 392 of file ffmpeg.h.

Referenced by fg_complex_bind_input(), ist_iter(), ist_use(), and ost_add().

◆ ctx

AVFormatContext* InputFile::ctx

◆ input_ts_offset

int64_t InputFile::input_ts_offset

Definition at line 395 of file ffmpeg.h.

Referenced by correct_input_start_times(), and new_stream_video().

◆ input_sync_ref

int InputFile::input_sync_ref

Definition at line 396 of file ffmpeg.h.

◆ start_time_effective

int64_t InputFile::start_time_effective

Effective format start time based on enabled streams.

Definition at line 400 of file ffmpeg.h.

Referenced by correct_input_start_times(), and ts_fixup().

◆ ts_offset

int64_t InputFile::ts_offset

Definition at line 401 of file ffmpeg.h.

Referenced by copy_chapters(), correct_input_start_times(), streamcopy_init(), and ts_fixup().

◆ start_time

int64_t InputFile::start_time

Definition at line 403 of file ffmpeg.h.

Referenced by correct_input_start_times(), and streamcopy_init().

◆ streams [1/2]

InputStream** InputFile::streams

◆ nb_streams

int InputFile::nb_streams

◆ fmt_ctx

AVFormatContext* InputFile::fmt_ctx

◆ streams [2/2]

InputStream* InputFile::streams

Definition at line 99 of file ffprobe.c.


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