[FFmpeg-devel] avutil - swscale : add YUVA444P12 and YUVA422P12

Martin Vignali martin.vignali at gmail.com
Sat Nov 24 17:28:11 EET 2018


> > +    AV_PIX_FMT_YUVA422P12BE, ///< planar YUV 4:2:2,24bpp, (1 Cr & Cb
> sample per 2x1 Y samples), 12b alpha, big-endian
> > +    AV_PIX_FMT_YUVA422P12LE, ///< planar YUV 4:2:2,24bpp, (1 Cr & Cb
> sample per 2x1 Y samples), 12b alpha,  little-endian
> > +    AV_PIX_FMT_YUVA444P12BE, ///< planar YUV 4:4:4,36bpp, (1 Cr & Cb
> sample per 1x1 Y samples), 12b alpha,  big-endian
> > +    AV_PIX_FMT_YUVA444P12LE, ///< planar YUV 4:4:4,36bpp, (1 Cr & Cb
> sample per 1x1 Y samples), 12b alpha,  little-endian
>
> vertical align
>
> > Subject: [PATCH 2/2] swscale : add support for YUVA444p12 and YUVA422P12
>                                                         ^
> typo
>
> besides these, if you checked that the output is vissually looking correct
> then the patchset should be ok
>
> thx
>
>
Fix and pushed, thanks.

Martin


More information about the ffmpeg-devel mailing list