Libav
Data Fields
PacketQueue Struct Reference

Data Fields

AVPacketListfirst_pkt
 
AVPacketListlast_pkt
 
int nb_packets
 
int size
 
int abort_request
 
SDL_mutex * mutex
 
SDL_cond * cond
 

Detailed Description

Definition at line 90 of file avplay.c.

Field Documentation

§ first_pkt

AVPacketList* PacketQueue::first_pkt

Definition at line 91 of file avplay.c.

Referenced by packet_queue_flush(), packet_queue_get(), and packet_queue_put().

§ last_pkt

AVPacketList * PacketQueue::last_pkt

Definition at line 91 of file avplay.c.

Referenced by packet_queue_flush(), packet_queue_get(), and packet_queue_put().

§ nb_packets

int PacketQueue::nb_packets

Definition at line 92 of file avplay.c.

Referenced by decode_thread(), packet_queue_flush(), packet_queue_get(), and packet_queue_put().

§ size

int PacketQueue::size

§ abort_request

int PacketQueue::abort_request

§ mutex

SDL_mutex* PacketQueue::mutex

§ cond

SDL_cond* PacketQueue::cond

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