Libav
Data Fields
InputFile Struct Reference

#include <avconv.h>

Data Fields

AVFormatContextctx
 
int eof_reached
 
int eagain
 
int ist_index
 
int loop
 
int64_t duration
 
AVRational time_base
 
int64_t ts_offset
 
int64_t start_time
 
int64_t recording_time
 
int nb_streams
 
int rate_emu
 
int accurate_seek
 
pthread_t thread
 
int finished
 
int joined
 
pthread_mutex_t fifo_lock
 
pthread_cond_t fifo_cond
 
AVFifoBufferfifo
 
AVFormatContextfmt_ctx
 
InputStreamstreams
 

Detailed Description

Definition at line 315 of file avconv.h.

Field Documentation

◆ ctx

AVFormatContext* InputFile::ctx

◆ eof_reached

int InputFile::eof_reached

Definition at line 317 of file avconv.h.

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

◆ eagain

int InputFile::eagain

Definition at line 318 of file avconv.h.

Referenced by process_input(), and select_input_file().

◆ ist_index

int InputFile::ist_index

◆ loop

int InputFile::loop

Definition at line 320 of file avconv.h.

Referenced by open_input_file(), and seek_to_start().

◆ duration

int64_t InputFile::duration

Definition at line 321 of file avconv.h.

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

◆ time_base

AVRational InputFile::time_base

Definition at line 323 of file avconv.h.

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

◆ ts_offset

int64_t InputFile::ts_offset

Definition at line 324 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 329 of file avconv.h.

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

◆ accurate_seek

int InputFile::accurate_seek

◆ thread

pthread_t InputFile::thread

Definition at line 333 of file avconv.h.

Referenced by free_input_threads(), and init_input_threads().

◆ finished

int InputFile::finished

Definition at line 334 of file avconv.h.

Referenced by get_input_packet_mt(), and input_thread().

◆ joined

int InputFile::joined

Definition at line 335 of file avconv.h.

Referenced by free_input_threads().

◆ fifo_lock

pthread_mutex_t InputFile::fifo_lock

◆ fifo_cond

pthread_cond_t InputFile::fifo_cond

◆ fifo

AVFifoBuffer* InputFile::fifo

◆ fmt_ctx

AVFormatContext* InputFile::fmt_ctx

Definition at line 43 of file avprobe.c.

Referenced by close_input_file(), open_input_file(), show_format(), show_packets(), and show_stream().

◆ streams

InputStream* InputFile::streams

Definition at line 45 of file avprobe.c.

Referenced by close_input_file(), open_input_file(), and probe_file().


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