Re: [FFmpeg-devel] [PATCH] lavc/vaapi_encode: remove consistency check of depth for each component

2019-09-29 Thread Fu, Linjie
Please ignore this patch, will send a new one. > -Original Message- > From: ffmpeg-devel On Behalf Of > Linjie Fu > Sent: Tuesday, September 24, 2019 17:29 > To: ffmpeg-devel@ffmpeg.org > Cc: Fu, Linjie > Subject: [FFmpeg-devel] [PATCH] lavc/vaapi_encode: remove c

[FFmpeg-devel] [PATCH] lavc/vaapi_encode: remove consistency check of depth for each component

2019-09-24 Thread Linjie Fu
Previously, consistency check of depth is introduced to make sure each component of the pixel format has the same depth. Since Y410(with a different depth in alpha channel) is supported for ICL+, this check should be removed to make the encoder work. Signed-off-by: Linjie Fu --- libavcodec/vaap