FFmpeg  4.0
Data Fields
InputFile Struct Reference

#include <fftools/ffmpeg.h>

Data Fields

AVFormatContextctx
 
int eof_reached
 
int eagain
 
int ist_index
 
int loop
 
int64_t duration
 
AVRational time_base
 
int64_t input_ts_offset
 
int64_t ts_offset
 
int64_t last_ts
 
int64_t start_time
 
int seek_timestamp
 
int64_t recording_time
 
int nb_streams
 
int nb_streams_warn
 
int rate_emu
 
int accurate_seek
 
AVFormatContextfmt_ctx
 
InputStreamstreams
 

Detailed Description

Definition at line 393 of file ffmpeg.h.

Field Documentation

◆ ctx

AVFormatContext* InputFile::ctx

◆ eof_reached

int InputFile::eof_reached

Definition at line 395 of file ffmpeg.h.

Referenced by process_input(), transcode(), transcode_from_filter(), and transcode_step().

◆ eagain

int InputFile::eagain

Definition at line 396 of file ffmpeg.h.

Referenced by process_input(), transcode_from_filter(), and transcode_step().

◆ ist_index

int InputFile::ist_index

◆ loop

int InputFile::loop

Definition at line 398 of file ffmpeg.h.

Referenced by open_input_file(), and seek_to_start().

◆ duration

int64_t InputFile::duration

Definition at line 399 of file ffmpeg.h.

Referenced by open_input_file(), process_input(), and seek_to_start().

◆ time_base

AVRational InputFile::time_base

Definition at line 401 of file ffmpeg.h.

Referenced by open_input_file(), process_input(), and seek_to_start().

◆ input_ts_offset

int64_t InputFile::input_ts_offset

Definition at line 402 of file ffmpeg.h.

Referenced by do_video_out(), and open_input_file().

◆ ts_offset

int64_t InputFile::ts_offset

Definition at line 404 of file ffmpeg.h.

Referenced by copy_chapters(), do_streamcopy(), open_input_file(), and process_input().

◆ last_ts

int64_t InputFile::last_ts

Definition at line 405 of file ffmpeg.h.

Referenced by process_input().

◆ start_time

int64_t InputFile::start_time

◆ seek_timestamp

int InputFile::seek_timestamp

Definition at line 407 of file ffmpeg.h.

◆ recording_time

int64_t InputFile::recording_time

◆ nb_streams

int InputFile::nb_streams

◆ nb_streams_warn

int InputFile::nb_streams_warn

Definition at line 411 of file ffmpeg.h.

Referenced by report_new_stream().

◆ rate_emu

int InputFile::rate_emu

Definition at line 412 of file ffmpeg.h.

Referenced by get_input_packet(), open_input_file(), and transcode_init().

◆ accurate_seek

int InputFile::accurate_seek

◆ fmt_ctx

AVFormatContext* InputFile::fmt_ctx

◆ streams

InputStream* InputFile::streams

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