Change #264160
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Fri 10 Apr 2026 15:12:18 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 0b43b8ef316e15c8ab9f66a45ed9f86c032925ee |
Comments
avfilter/framepool: make FFFramePool public This struct is overally pretty trivial and there is little to no internal state or invariants that need to be protected. Making it public allows e.g. libswscale to allocate buffers for individual planes directly. Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libavfilter/framepool.c
- libavfilter/framepool.h