Re: [FFmpeg-devel] [PATCH] avcodec/refstruct: Inline ff_refstruct_allocz()

2023-10-08 Thread James Almer
On 10/8/2023 7:21 AM, Andreas Rheinhardt wrote: Suggested by James Almer. Signed-off-by: Andreas Rheinhardt --- libavcodec/refstruct.c | 5 - libavcodec/refstruct.h | 6 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/libavcodec/refstruct.c b/libavcodec/refstruct.c

[FFmpeg-devel] [PATCH] avcodec/refstruct: Inline ff_refstruct_allocz()

2023-10-08 Thread Andreas Rheinhardt
Suggested by James Almer. Signed-off-by: Andreas Rheinhardt --- libavcodec/refstruct.c | 5 - libavcodec/refstruct.h | 6 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/libavcodec/refstruct.c b/libavcodec/refstruct.c index 9a6575f987..2e055d539e 100644 --- a/libavcodec