FFmpeg  4.0
Data Fields
FrameQueue Struct Reference

Data Fields

Frame queue [FRAME_QUEUE_SIZE]
 
int rindex
 
int windex
 
int size
 
int max_size
 
int keep_last
 
int rindex_shown
 
SDL_mutex * mutex
 
SDL_cond * cond
 
PacketQueuepktq
 

Detailed Description

Definition at line 169 of file ffplay.c.

Field Documentation

◆ queue

Frame FrameQueue::queue[FRAME_QUEUE_SIZE]

◆ rindex

int FrameQueue::rindex

◆ windex

int FrameQueue::windex

Definition at line 172 of file ffplay.c.

Referenced by frame_queue_peek_writable(), and frame_queue_push().

◆ size

int FrameQueue::size

◆ max_size

int FrameQueue::max_size

◆ keep_last

int FrameQueue::keep_last

Definition at line 175 of file ffplay.c.

Referenced by frame_queue_init(), and frame_queue_next().

◆ rindex_shown

int FrameQueue::rindex_shown

◆ mutex

SDL_mutex* FrameQueue::mutex

◆ cond

SDL_cond* FrameQueue::cond

◆ pktq

PacketQueue* FrameQueue::pktq

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