summaryrefslogtreecommitdiff
path: root/fftools/objpool.h
Commit message (Collapse)AuthorAge
* fftools: add an object poolAnton Khirnov2022-07-23
Allows to avoid constantly allocating and freeing objects like AVFrame or AVPacket.