Re: [FFmpeg-devel] [PATCH] avfilter: use ff_inlink_make_frame_writable()

2023-02-11 Thread Paul B Mahol
FIxed, will apply soon. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH] avfilter: use ff_inlink_make_frame_writable()

2023-02-10 Thread Michael Niedermayer
On Thu, Feb 09, 2023 at 08:14:16AM +0100, Paul B Mahol wrote: > New patch attached. > avf_abitscope.c | 11 +-- > avf_ahistogram.c |9 +++-- > avf_aphasemeter.c |9 +++-- > avf_avectorscope.c|7 ++- > avf_showspectrum.c|5 - >

Re: [FFmpeg-devel] [PATCH] avfilter: use ff_inlink_make_frame_writable()

2023-02-08 Thread Paul B Mahol
New patch attached. From 86203516a4d38f312ea5319315aa79841a39a45b Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 6 Feb 2023 14:57:50 +0100 Subject: [PATCH] avfilter: use ff_inlink_make_frame_writable() Signed-off-by: Paul B Mahol --- libavfilter/avf_abitscope.c | 11 --

Re: [FFmpeg-devel] [PATCH] avfilter: use ff_inlink_make_frame_writable()

2023-02-08 Thread Michael Niedermayer
On Tue, Feb 07, 2023 at 06:26:17PM +0100, Paul B Mahol wrote: > On 2/6/23, Paul B Mahol wrote: > > Patch attached. > > > > Better patch attached. > avf_abitscope.c | 11 +-- > avf_ahistogram.c |9 +++-- > avf_aphasemeter.c |9 +++-- > avf_avectorscope.c

Re: [FFmpeg-devel] [PATCH] avfilter: use ff_inlink_make_frame_writable()

2023-02-08 Thread Nicolas George
Paul B Mahol (12023-02-07): > On 2/6/23, Paul B Mahol wrote: > > Patch attached. > > > > Better patch attached. > From 15f004ccb196e39c6c429e2c93041444c1a1e419 Mon Sep 17 00:00:00 2001 > From: Paul B Mahol > Date: Mon, 6 Feb 2023 14:57:50 +0100 > Subject: [PATCH] avfilter: use

Re: [FFmpeg-devel] [PATCH] avfilter: use ff_inlink_make_frame_writable()

2023-02-07 Thread Paul B Mahol
On 2/6/23, Paul B Mahol wrote: > Patch attached. > Better patch attached. From 15f004ccb196e39c6c429e2c93041444c1a1e419 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 6 Feb 2023 14:57:50 +0100 Subject: [PATCH] avfilter: use ff_inlink_make_frame_writable() Signed-off-by: Paul B Mahol

Re: [FFmpeg-devel] [PATCH] avfilter: use ff_inlink_make_frame_writable()

2023-02-06 Thread Nicolas George
Paul B Mahol (12023-02-06): > Patch attached. > From 8d2d4d35a54d0a3ddf300ef7196489898c3efc4e Mon Sep 17 00:00:00 2001 > From: Paul B Mahol > Date: Mon, 6 Feb 2023 14:57:50 +0100 > Subject: [PATCH] avfilter: use ff_inlink_make_frame_writable() > > Signed-off-by: Paul B Mahol > --- >

[FFmpeg-devel] [PATCH] avfilter: use ff_inlink_make_frame_writable()

2023-02-06 Thread Paul B Mahol
Patch attached. From 8d2d4d35a54d0a3ddf300ef7196489898c3efc4e Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 6 Feb 2023 14:57:50 +0100 Subject: [PATCH] avfilter: use ff_inlink_make_frame_writable() Signed-off-by: Paul B Mahol --- libavfilter/avf_abitscope.c | 11 +--