Change #264156
| 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 | 39ecc8998853fc2d5fb13f13b700a5649da6bdfb |
Comments
avfilter/framepool: nuke ff_frame_pool_get_*_config This helper is of dubious utility - it was only used to reinitialize the frame pools, which is better handled by `ff_frame_pool_reinit()`, and at present only serves to make extending the API harder. Users who really need to randomly query the state of the frame pool can already keep track of the values they set. Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libavfilter/framepool.c
- libavfilter/framepool.h