Re: [FFmpeg-devel] [PATCH] avcodec/pthread_frame: Fix leak of coded side data

2024-04-20 Thread James Almer
On 4/18/2024 6:30 PM, Andreas Rheinhardt wrote: Happens in the mov-elst-ends-betn-b-and-i FATE test with frame-threading. Signed-off-by: Andreas Rheinhardt --- libavcodec/pthread_frame.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/pthread_frame.c

Re: [FFmpeg-devel] [PATCH] avcodec/pthread_frame: Fix leak of coded side data

2024-04-20 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Happens in the mov-elst-ends-betn-b-and-i FATE test with > frame-threading. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/pthread_frame.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/libavcodec/pthread_frame.c b/libavcodec/pthread_frame.c > index

[FFmpeg-devel] [PATCH] avcodec/pthread_frame: Fix leak of coded side data

2024-04-18 Thread Andreas Rheinhardt
Happens in the mov-elst-ends-betn-b-and-i FATE test with frame-threading. Signed-off-by: Andreas Rheinhardt --- libavcodec/pthread_frame.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/pthread_frame.c b/libavcodec/pthread_frame.c index f19571f6f8..a984ff94d5 100644 ---