FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
InputFile Struct Reference

#include <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 354 of file ffmpeg.h.

Field Documentation

AVFormatContext* InputFile::ctx
int InputFile::eof_reached

Definition at line 356 of file ffmpeg.h.

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

int InputFile::eagain

Definition at line 357 of file ffmpeg.h.

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

int InputFile::ist_index
int InputFile::loop

Definition at line 359 of file ffmpeg.h.

Referenced by open_input_file(), and seek_to_start().

int64_t InputFile::duration

Definition at line 360 of file ffmpeg.h.

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

AVRational InputFile::time_base

Definition at line 362 of file ffmpeg.h.

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

int64_t InputFile::input_ts_offset

Definition at line 363 of file ffmpeg.h.

Referenced by do_video_out(), and open_input_file().

int64_t InputFile::ts_offset

Definition at line 365 of file ffmpeg.h.

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

int64_t InputFile::last_ts

Definition at line 366 of file ffmpeg.h.

Referenced by process_input().

int64_t InputFile::start_time
int InputFile::seek_timestamp

Definition at line 368 of file ffmpeg.h.

int64_t InputFile::recording_time
int InputFile::nb_streams
int InputFile::nb_streams_warn

Definition at line 372 of file ffmpeg.h.

Referenced by report_new_stream().

int InputFile::rate_emu

Definition at line 373 of file ffmpeg.h.

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

int InputFile::accurate_seek
AVFormatContext* InputFile::fmt_ctx
InputStream* InputFile::streams

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