Re: [FFmpeg-devel] [PATCH 3/5] avcodec/libsvtav1: remove the unsupported color format and profile

2020-08-01 Thread lance . lmwang
On Sat, Aug 01, 2020 at 02:02:33PM +0100, Mark Thompson wrote: > On 01/08/2020 12:22, lance.lmw...@gmail.com wrote: > > From: Limin Wang > > > > If you enable YUV422 or YUV444, SVT-AV1 library will report "only support > > 420 now" error, > > so it's better to remove the unsupported code. > >

Re: [FFmpeg-devel] [PATCH 3/5] avcodec/libsvtav1: remove the unsupported color format and profile

2020-08-01 Thread Mark Thompson
On 01/08/2020 12:22, lance.lmw...@gmail.com wrote: From: Limin Wang If you enable YUV422 or YUV444, SVT-AV1 library will report "only support 420 now" error, so it's better to remove the unsupported code. ... not that you can even get to that message at the moment, because the encoder

[FFmpeg-devel] [PATCH 3/5] avcodec/libsvtav1: remove the unsupported color format and profile

2020-08-01 Thread lance . lmwang
From: Limin Wang If you enable YUV422 or YUV444, SVT-AV1 library will report "only support 420 now" error, so it's better to remove the unsupported code. Signed-off-by: Limin Wang --- libavcodec/libsvtav1.c | 13 - 1 file changed, 13 deletions(-) diff --git