[FFmpeg-devel] [PATCH 03/15] lavu/videotoolbox: add 422 and 444 pixel format mappings

Wang Bin wbsecg1 at gmail.com
Tue Nov 16 03:35:54 EET 2021


>
> +#if HAVE_KCVPIXELFORMATTYPE_422YPCBCR10BIPLANARVIDEORANGE
> +    { kCVPixelFormatType_422YpCbCr10BiPlanarVideoRange, false,
> AV_PIX_FMT_NV20 },
> +    { kCVPixelFormatType_422YpCbCr10BiPlanarFullRange,  true,
> AV_PIX_FMT_NV20 },
> +#endif
>

It's p210, not nv20.

Regards


More information about the ffmpeg-devel mailing list