ffv1enc: add descriptor information for GBRP

The C encoder does not support GBRP, this just adds info fields
so the Vulkan encoder can use it.
This commit is contained in:
Lynne
2026-02-08 06:04:56 +01:00
parent b3a388e36e
commit a9d9f7e1bb

View File

@@ -906,6 +906,7 @@ av_cold int ff_ffv1_encode_setup_plane_info(AVCodecContext *avctx,
s->use32bit = 1;
s->version = FFMAX(s->version, 1);
break;
case AV_PIX_FMT_GBRP:
case AV_PIX_FMT_0RGB32:
s->colorspace = 1;
s->chroma_planes = 1;