aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/container_fifo.h
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/container_fifo: add missing stddef.h includeJames Almer2024-08-211-0/+2
| | | | | | Fixes make checkheaders Signed-off-by: James Almer <jamrial@gmail.com>
* lavc: add private container FIFO APIAnton Khirnov2024-08-191-0/+87
It provides a FIFO for "container" objects like AVFrame/AVPacket and features an integrated FFRefStructPool-based pool to avoid allocating an freeing them repeatedly.