FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
PacketQueue Struct Reference

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 112 of file ffplay.c.

Field Documentation

MyAVPacketList* PacketQueue::first_pkt

Definition at line 113 of file ffplay.c.

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

MyAVPacketList * PacketQueue::last_pkt

Definition at line 113 of file ffplay.c.

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

int PacketQueue::nb_packets
int PacketQueue::size
int PacketQueue::abort_request
int PacketQueue::serial
SDL_mutex* PacketQueue::mutex
SDL_cond* PacketQueue::cond

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