[FFmpeg-devel] [PATCH 1/3] avutil: add AYVU16LE and AYVU16BE packed pixel format
Carl Eugen Hoyos
cehoyos at ag.or.at
Tue Jul 7 16:57:28 CEST 2015
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.
Carl Eugen
More information about the ffmpeg-devel
mailing list