Data Fields

VideoState Struct Reference

Data Fields

SDL_Thread * parse_tid
SDL_Thread * video_tid
SDL_Thread * refresh_tid
AVInputFormatiformat
int no_background
int abort_request
int paused
int last_paused
int seek_req
int seek_flags
int64_t seek_pos
int64_t seek_rel
int read_pause_return
AVFormatContextic
int dtg_active_format
int audio_stream
int av_sync_type
double external_clock
int64_t external_clock_time
double audio_clock
double audio_diff_cum
double audio_diff_avg_coef
double audio_diff_threshold
int audio_diff_avg_count
AVStreamaudio_st
PacketQueue audioq
int audio_hw_buf_size

Detailed Description

Definition at line 124 of file ffplay.c.


Field Documentation

Definition at line 147 of file ffplay.c.

Referenced by audio_decode_frame(), get_audio_clock(), and synchronize_audio().

Definition at line 149 of file ffplay.c.

Referenced by stream_component_open(), and synchronize_audio().

Definition at line 151 of file ffplay.c.

Referenced by stream_component_open(), and synchronize_audio().

Definition at line 148 of file ffplay.c.

Referenced by synchronize_audio().

Definition at line 150 of file ffplay.c.

Referenced by stream_component_open(), and synchronize_audio().

Definition at line 154 of file ffplay.c.

Referenced by stream_component_open().

Definition at line 143 of file ffplay.c.

Referenced by compute_target_time(), get_master_clock(), stream_open(), and synchronize_audio().

Definition at line 139 of file ffplay.c.

Referenced by video_image_display().

Definition at line 144 of file ffplay.c.

Referenced by get_external_clock().

Definition at line 145 of file ffplay.c.

Referenced by get_external_clock().

Definition at line 128 of file ffplay.c.

Referenced by decode_thread(), and stream_open().

Definition at line 132 of file ffplay.c.

Referenced by decode_thread().

Definition at line 129 of file ffplay.c.

Referenced by video_image_display().

SDL_Thread* VideoState::parse_tid

Definition at line 125 of file ffplay.c.

Referenced by stream_close(), and stream_open().

Definition at line 137 of file ffplay.c.

Referenced by decode_thread(), and stream_pause().

Definition at line 127 of file ffplay.c.

Referenced by decode_thread(), and stream_close().

Definition at line 134 of file ffplay.c.

Referenced by decode_thread(), and stream_seek().

Definition at line 135 of file ffplay.c.

Referenced by decode_thread(), and stream_seek().

Definition at line 136 of file ffplay.c.

Referenced by decode_thread(), and stream_seek().

Definition at line 133 of file ffplay.c.

Referenced by decode_thread(), and stream_seek().

SDL_Thread* VideoState::video_tid

Definition at line 126 of file ffplay.c.

Referenced by stream_component_close(), and stream_component_open().


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