Re: [FFmpeg-devel] [PATCH] lavfi/tonemap_vaapi: remove HDR metadata

2023-07-02 Thread Xiang, Haihao
On Vr, 2023-06-30 at 19:51 +0800, Xiang, Haihao wrote: > From: Haihao Xiang > > The HDR metadata should be removed after HDR to SDR conversion, > otherwise the output frame still has HDR side data. > > Signed-off-by: Haihao Xiang > --- >  libavfilter/vf_tonemap_vaapi.c | 3 +++ >  1 file changed

[FFmpeg-devel] [PATCH] lavfi/tonemap_vaapi: remove HDR metadata

2023-06-30 Thread Xiang, Haihao
From: Haihao Xiang The HDR metadata should be removed after HDR to SDR conversion, otherwise the output frame still has HDR side data. Signed-off-by: Haihao Xiang --- libavfilter/vf_tonemap_vaapi.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavfilter/vf_tonemap_vaapi.c b/libavfil