FFmpeg
Data Fields
PacketQueue Struct Reference

Data Fields

AVFifopkt_list
 
int nb_packets
 
int size
 
int64_t duration
 
int abort_request
 
int serial
 
SDL_mutex * mutex
 
SDL_cond * cond
 

Detailed Description

Definition at line 116 of file ffplay.c.

Field Documentation

◆ pkt_list

AVFifo* PacketQueue::pkt_list

◆ nb_packets

int PacketQueue::nb_packets

◆ size

int PacketQueue::size

Definition at line 119 of file ffplay.c.

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

◆ duration

int64_t PacketQueue::duration

◆ abort_request

int PacketQueue::abort_request

◆ serial

int PacketQueue::serial

Definition at line 122 of file ffplay.c.

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

◆ mutex

SDL_mutex* PacketQueue::mutex

◆ cond

SDL_cond* PacketQueue::cond

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