FFmpeg  1.2.4
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 106 of file ffplay.c.

Field Documentation

int PacketQueue::abort_request
SDL_cond* PacketQueue::cond
MyAVPacketList* PacketQueue::first_pkt

Definition at line 107 of file ffplay.c.

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

MyAVPacketList * PacketQueue::last_pkt

Definition at line 107 of file ffplay.c.

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

SDL_mutex* PacketQueue::mutex
int PacketQueue::nb_packets
int PacketQueue::serial
int PacketQueue::size

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