[FFmpeg-devel] [PATCH v5 06/19] avutil/mem: add av_dynarray2_dup
Niklas Haas
ffmpeg at haasn.xyz
Tue Jun 10 16:19:45 EEST 2025
On Tue, 10 Jun 2025 15:04:57 +0200 Niklas Haas <ffmpeg at haasn.xyz> wrote:
> From: Niklas Haas <git at haasn.dev>
>
> Like av_memdup() but correctly rounds up to the nearest power of two so that
> av_dynarray2_add() will continue to work on the duplicated list.
Just realized this is public, will add a Changelog entry and bump the API
version before merging.
More information about the ffmpeg-devel
mailing list