[FFmpeg-devel] [PATCH 1/3] avutil: add AYVU16LE and AYVU16BE packed pixel format
wm4
nfxjfg at googlemail.com
Tue Jul 7 19:56:02 CEST 2015
On Tue, 7 Jul 2015 14:57:28 +0000 (UTC)
Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> Paul B Mahol <onemda <at> gmail.com> writes:
>
> > + AV_PIX_FMT_AYUV16LE, ///< packed AYUV 4:4:4,64bpp
> > (1 Cr & Cb sample per 1x1 Y & A samples), little-endian
> > + AV_PIX_FMT_AYUV16BE, ///< packed AYUV 4:4:4,64bpp
> > (1 Cr & Cb sample per 1x1 Y & A samples), big-endian
>
> I believe only one should be needed for the use case
> in question, or am I wrong?
> I suggest to mention kCVPixelFormatType_4444AYpCbCr16
> somewhere so people know what this is good for.
If we hadn't to do this BE/LE non-sense, and only supported native
endian...
More information about the ffmpeg-devel
mailing list