Re: [FFmpeg-devel] [PATCH v3] avutil/frame: add av_frame_replace

2022-06-07 Thread Nicolas George
James Almer (12022-06-07): > I did the first time i wrote this function and sent it last August. See > http://ffmpeg.org/pipermail/ffmpeg-devel/2021-August/283448.html > http://ffmpeg.org/pipermail/ffmpeg-devel/2021-August/283449.html > > I can rebase them if they don't apply anymore, but either w

Re: [FFmpeg-devel] [PATCH v3] avutil/frame: add av_frame_replace

2022-06-07 Thread James Almer
On 6/7/2022 9:18 AM, Nicolas George wrote: James Almer (12022-06-07): Signed-off-by: James Almer --- libavutil/frame.c | 132 ++ libavutil/frame.h | 13 + 2 files changed, 145 insertions(+) I do not like having a new function without anythi

Re: [FFmpeg-devel] [PATCH v3] avutil/frame: add av_frame_replace

2022-06-07 Thread Nicolas George
James Almer (12022-06-07): > Signed-off-by: James Almer > --- > libavutil/frame.c | 132 ++ > libavutil/frame.h | 13 + > 2 files changed, 145 insertions(+) I do not like having a new function without anything that uses it. It results in several c