FFmpeg
|
Data Fields | |
AVPacket | pkt |
AVPacket | pkt_temp |
PacketQueue * | queue |
AVCodecContext * | avctx |
int | pkt_serial |
int | finished |
int | packet_pending |
SDL_cond * | empty_queue_cond |
int64_t | start_pts |
AVRational | start_pts_tb |
int64_t | next_pts |
AVRational | next_pts_tb |
SDL_Thread * | decoder_tid |
AVPacket Decoder::pkt |
Definition at line 190 of file ffplay.c.
Referenced by decoder_decode_frame(), and decoder_destroy().
AVPacket Decoder::pkt_temp |
Definition at line 191 of file ffplay.c.
Referenced by decoder_decode_frame().
PacketQueue* Decoder::queue |
Definition at line 192 of file ffplay.c.
Referenced by decoder_abort(), decoder_decode_frame(), decoder_init(), and decoder_start().
AVCodecContext* Decoder::avctx |
Definition at line 193 of file ffplay.c.
Referenced by decoder_decode_frame(), decoder_destroy(), decoder_init(), subtitle_thread(), and video_refresh().
int Decoder::pkt_serial |
Definition at line 194 of file ffplay.c.
Referenced by audio_thread(), decoder_decode_frame(), get_video_frame(), subtitle_thread(), and video_thread().
int Decoder::finished |
Definition at line 195 of file ffplay.c.
Referenced by audio_thread(), decoder_decode_frame(), read_thread(), and video_thread().
int Decoder::packet_pending |
Definition at line 196 of file ffplay.c.
Referenced by decoder_decode_frame().
SDL_cond* Decoder::empty_queue_cond |
Definition at line 197 of file ffplay.c.
Referenced by decoder_decode_frame(), and decoder_init().
int64_t Decoder::start_pts |
Definition at line 198 of file ffplay.c.
Referenced by decoder_decode_frame(), decoder_init(), and stream_component_open().
AVRational Decoder::start_pts_tb |
Definition at line 199 of file ffplay.c.
Referenced by decoder_decode_frame(), and stream_component_open().
int64_t Decoder::next_pts |
Definition at line 200 of file ffplay.c.
Referenced by decoder_decode_frame().
AVRational Decoder::next_pts_tb |
Definition at line 201 of file ffplay.c.
Referenced by decoder_decode_frame().
SDL_Thread* Decoder::decoder_tid |
Definition at line 202 of file ffplay.c.
Referenced by decoder_abort(), and decoder_start().