[FFmpeg-devel] [PATCH 06/13] lavu/mem: Add ff_fast_recalloc()

Michael Niedermayer michael at niedermayer.cc
Tue Jun 14 23:26:48 EEST 2022


On Tue, Jun 14, 2022 at 04:42:06PM +0200, Tomas Härdin wrote:
> Left this as an ff_ funtion for now since it's only used by the j2k
> code
> 
> /Tomas

>  mem.c |   24 ++++++++++++++++++++++++
>  mem.h |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 79 insertions(+)
> 21be65bd06e3260f9f36598d5d574ee32e7131a6  0006-lavu-mem-Add-ff_fast_recalloc.patch
> From 5d36d431ffe4c8ba0f698d0c288ebc16b83f0bbc Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Tomas=20H=C3=A4rdin?= <git at haerdin.se>
> Date: Tue, 14 Jun 2022 13:35:18 +0200
> Subject: [PATCH 06/13] lavu/mem: Add ff_fast_recalloc()

You cannot call a ff_* function thats in libavutil from outside libavutil
this will fail with shared libs as the ff* stuff is not exported

thx

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Observe your enemies, for they first find out your faults. -- Antisthenes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20220614/aec3f5e9/attachment.sig>


More information about the ffmpeg-devel mailing list