Re: [FFmpeg-devel] [PATCH 2/9] avcodec/zmbvenc: Remove redundant pixel format check

2021-09-29 Thread Tomas Härdin
tis 2021-09-28 klockan 16:41 +0200 skrev Andreas Rheinhardt: > ff_encode_preinit() already checked the pixel format via > AVCodec.pix_fmts. > > Signed-off-by: Andreas Rheinhardt > --- >  libavcodec/zmbvenc.c | 3 --- >  1 file changed, 3 deletions(-) > > diff --git a/libavcodec/zmbvenc.c b/libavc

[FFmpeg-devel] [PATCH 2/9] avcodec/zmbvenc: Remove redundant pixel format check

2021-09-28 Thread Andreas Rheinhardt
ff_encode_preinit() already checked the pixel format via AVCodec.pix_fmts. Signed-off-by: Andreas Rheinhardt --- libavcodec/zmbvenc.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavcodec/zmbvenc.c b/libavcodec/zmbvenc.c index b431476241..8efdbc963e 100644 --- a/libavcodec/zmbvenc.c +