Re: [FFmpeg-devel] [PATCH v2] lavfi/qsvvpp: Copy frame props before modify it

2024-11-25 Thread Xiang, Haihao
On Ma, 2024-11-25 at 11:18 +0800, fei.w.wang-at-intel@ffmpeg.org wrote: > From: Fei Wang > > The changes to output frame props in query_frame overlapped since > 578ac59887. Move the copy frame props before the changes. > > Signed-off-by: Fei Wang > --- >  libavfilter/qsvvpp.c | 23 +

[FFmpeg-devel] [PATCH v2] lavfi/qsvvpp: Copy frame props before modify it

2024-11-24 Thread fei . w . wang-at-intel . com
From: Fei Wang The changes to output frame props in query_frame overlapped since 578ac59887. Move the copy frame props before the changes. Signed-off-by: Fei Wang --- libavfilter/qsvvpp.c | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/libavfilter/