FFmpeg
Data Fields
FFFrameBucket Struct Reference

FFFrameQueue: simple AVFrame queue API. More...

#include <framequeue.h>

Data Fields

AVFrameframe
 

Detailed Description

FFFrameQueue: simple AVFrame queue API.

Note: this API is not thread-safe. Concurrent access to the same queue must be protected by a mutex or any synchronization mechanism.

Definition at line 34 of file framequeue.h.

Field Documentation

◆ frame

AVFrame* FFFrameBucket::frame

Definition at line 35 of file framequeue.h.

Referenced by check_consistency().


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