PacketQueue Struct Reference
Collaboration diagram for PacketQueue:
Collaboration graph

Data Fields

MyAVPacketListfirst_pkt
 
MyAVPacketListlast_pkt
 
int nb_packets
 
int size
 
int abort_request
 
int serial
 
SDL_mutex * mutex
 
SDL_cond * cond
 

Detailed Description

Definition at line 105 of file ffplay.c.

Field Documentation

SDL_cond* PacketQueue::cond
MyAVPacketList* PacketQueue::first_pkt

Definition at line 106 of file ffplay.c.

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

MyAVPacketList * PacketQueue::last_pkt

Definition at line 106 of file ffplay.c.

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

int PacketQueue::size

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