FFmpeg
|
AStreamSyncContext::buf_queue Struct Reference
Collaboration diagram for AStreamSyncContext::buf_queue:
Data Fields | |
AVFrame * | buf [QUEUE_SIZE] |
unsigned | tail |
unsigned | nb |
Detailed Description
Definition at line 53 of file af_astreamsync.c.
Field Documentation
AVFrame* AStreamSyncContext::buf_queue::buf[QUEUE_SIZE] |
Definition at line 54 of file af_astreamsync.c.
Referenced by filter_frame().
unsigned AStreamSyncContext::buf_queue::nb |
Definition at line 55 of file af_astreamsync.c.
Referenced by filter_frame(), request_frame(), and send_next().
unsigned AStreamSyncContext::buf_queue::tail |
Definition at line 55 of file af_astreamsync.c.
Referenced by filter_frame().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11