Change #264165
| 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 | fe2691b3bbe3e0cedc37f01a87e49a166d7bf917 |
Comments
avfilter/framepool: stack-allocate FFFramePool Saves a pointless free/alloc cycle on reinit. For the vast majority of filter links, this going to be allocated anyway; and on the occasions that it's not, the waste is marginal. Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libavfilter/audio.c
- libavfilter/avfilter_internal.h
- libavfilter/framepool.c
- libavfilter/framepool.h
- libavfilter/video.c