[FFmpeg-devel] Custom allocation functions

Carl Eugen Hoyos ceffmpeg at gmail.com
Sat Mar 6 14:21:30 EET 2021


Am Fr., 5. März 2021 um 15:45 Uhr schrieb Martijn Otto <ffmpeg at martijnotto.nl>:

> I have made some changes to get custom allocation functions in ffmpeg.
> This is useful to me, as the software I work with easily runs into
> congestion on memory allocations in certain cases.

I thought the dynamic linker allows you to replace (allocation)
functions, no?

> I hope it is useful to others as well. It would be nice if this could
> be part of ffmpeg proper.

You cannot store the functions pointers globally.

Carl Eugen


More information about the ffmpeg-devel mailing list