Change #264153
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Fri 10 Apr 2026 15:12:17 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 083a0147463074e66bdc9475631cb1cc5ad8c1f7 |
Comments
avfilter/framepool: add ff_frame_pool_*_reinit() helpers This moves the check-uninit-reinit logic out of audio.c/video.c and into framepool.c, where it can be more conveniently re-used by future users. Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libavfilter/framepool.c
- libavfilter/framepool.h