Re: [FFmpeg-devel] [PATCH] avfilter/src_movie: stop using AVPacket on stack

2023-05-20 Thread James Almer
On 5/20/2023 8:43 AM, Paul B Mahol wrote: On 5/20/23, James Almer wrote: On 5/20/2023 6:41 AM, Paul B Mahol wrote: Why you doing this to me? I already did this in my patch, that you ignored. You did it in the activate patch, that i did not look at because i could not review it, sorry.

Re: [FFmpeg-devel] [PATCH] avfilter/src_movie: stop using AVPacket on stack

2023-05-20 Thread Paul B Mahol
On 5/20/23, James Almer wrote: > On 5/20/2023 6:41 AM, Paul B Mahol wrote: >> Why you doing this to me? >> I already did this in my patch, that you ignored. > > You did it in the activate patch, that i did not look at because i could > not review it, sorry. > > Patch dropped then. I can push

Re: [FFmpeg-devel] [PATCH] avfilter/src_movie: stop using AVPacket on stack

2023-05-20 Thread James Almer
On 5/20/2023 6:41 AM, Paul B Mahol wrote: Why you doing this to me? I already did this in my patch, that you ignored. You did it in the activate patch, that i did not look at because i could not review it, sorry. Patch dropped then. ___

Re: [FFmpeg-devel] [PATCH] avfilter/src_movie: stop using AVPacket on stack

2023-05-20 Thread Paul B Mahol
Why you doing this to me? I already did this in my patch, that you ignored. ___ 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

[FFmpeg-devel] [PATCH] avfilter/src_movie: stop using AVPacket on stack

2023-05-19 Thread James Almer
Signed-off-by: James Almer --- libavfilter/src_movie.c | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/libavfilter/src_movie.c b/libavfilter/src_movie.c index 5937613d13..b55c2bcb6e 100644 --- a/libavfilter/src_movie.c +++ b/libavfilter/src_movie.c @@