FFmpeg
4.4.6
|
Public Types | |
enum | ShowMode { SHOW_MODE_NONE = -1 , SHOW_MODE_VIDEO = 0 , SHOW_MODE_WAVES , SHOW_MODE_RDFT , SHOW_MODE_NB } |
enum VideoState::ShowMode |
AVInputFormat* VideoState::iformat |
int VideoState::force_refresh |
Definition at line 208 of file ffplay.c.
Referenced by event_loop().
int64_t VideoState::seek_pos |
Definition at line 214 of file ffplay.c.
Referenced by event_loop().
AVFormatContext* VideoState::ic |
Definition at line 217 of file ffplay.c.
Referenced by event_loop().
FrameQueue VideoState::pictq |
Definition at line 224 of file ffplay.c.
Referenced by event_loop().
FrameQueue VideoState::subpq |
FrameQueue VideoState::sampq |
Definition at line 226 of file ffplay.c.
Referenced by event_loop().
PacketQueue VideoState::audioq |
struct AudioParams VideoState::audio_src |
struct AudioParams VideoState::audio_tgt |
struct SwrContext* VideoState::swr_ctx |
enum VideoState::ShowMode VideoState::show_mode |
Referenced by event_loop().
int16_t VideoState::sample_array[SAMPLE_ARRAY_SIZE] |
RDFTContext* VideoState::rdft |
SDL_Texture* VideoState::vis_texture |
Definition at line 273 of file ffplay.c.
Referenced by event_loop().
PacketQueue VideoState::subtitleq |
PacketQueue VideoState::videoq |
struct SwsContext* VideoState::img_convert_ctx |
struct SwsContext* VideoState::sub_convert_ctx |
int VideoState::width |
Definition at line 293 of file ffplay.c.
Referenced by event_loop().
int VideoState::height |
Definition at line 293 of file ffplay.c.
Referenced by event_loop().