Libav
Data Fields
InputFile Struct Reference

#include <avconv.h>

Data Fields

AVFormatContextctx
 
int eof_reached
 
int eagain
 
int ist_index
 
int64_t ts_offset
 
int64_t start_time
 
int64_t recording_time
 
int nb_streams
 
int rate_emu
 
int accurate_seek
 

Detailed Description

Definition at line 276 of file avconv.h.

Field Documentation

§ ctx

AVFormatContext* InputFile::ctx

§ eof_reached

int InputFile::eof_reached

Definition at line 278 of file avconv.h.

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

§ eagain

int InputFile::eagain

Definition at line 279 of file avconv.h.

Referenced by process_input(), and select_input_file().

§ ist_index

int InputFile::ist_index

§ ts_offset

int64_t InputFile::ts_offset

Definition at line 281 of file avconv.h.

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

§ start_time

int64_t InputFile::start_time

§ recording_time

int64_t InputFile::recording_time

§ nb_streams

int InputFile::nb_streams

§ rate_emu

int InputFile::rate_emu

Definition at line 286 of file avconv.h.

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

§ accurate_seek

int InputFile::accurate_seek

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