Data Fields | |
AVPacketList * | first_pkt |
AVPacketList * | last_pkt |
int | nb_packets |
int | size |
int | abort_request |
SDL_mutex * | mutex |
SDL_cond * | cond |
Definition at line 90 of file ffplay.c.
Definition at line 94 of file ffplay.c.
Referenced by audio_decode_frame(), get_video_frame(), packet_queue_abort(), packet_queue_get(), queue_picture(), subtitle_thread(), and video_thread().
SDL_cond* PacketQueue::cond |
Definition at line 96 of file ffplay.c.
Referenced by packet_queue_abort(), packet_queue_end(), packet_queue_get(), packet_queue_init(), and packet_queue_put().
Definition at line 91 of file ffplay.c.
Referenced by packet_queue_flush(), packet_queue_get(), and packet_queue_put().
Definition at line 91 of file ffplay.c.
Referenced by packet_queue_flush(), packet_queue_get(), and packet_queue_put().
SDL_mutex* PacketQueue::mutex |
Definition at line 95 of file ffplay.c.
Referenced by packet_queue_abort(), packet_queue_end(), packet_queue_flush(), packet_queue_get(), packet_queue_init(), and packet_queue_put().
Definition at line 92 of file ffplay.c.
Referenced by packet_queue_flush(), packet_queue_get(), packet_queue_put(), and read_thread().
Definition at line 93 of file ffplay.c.
Referenced by packet_queue_flush(), packet_queue_get(), packet_queue_put(), read_thread(), and video_refresh().