[FFmpeg-devel] [PATCH] DNxHD 10-bit support v5

Joseph Artsimovich joseph at mirriad.com
Fri Jun 10 10:58:02 CEST 2011


On 09/06/2011 21:03, Baptiste Coudurier wrote:
> While you were gone, PIX_FMT_YUV422P10 was introduced :)
> It should simplify a lot of code.
>
According to pixfmt.h, 10-bit formats are deprecated:
-------------------------------------------------------------
  //the following 6 formats are deprecated and should be replaced by 
PIX_FMT_YUV420P16* with the bpp stored seperately
PIX_FMT_YUV420P9BE, ///< planar YUV 4:2:0, 13.5bpp, (1 Cr & Cb sample 
per 2x2 Y samples), big-endian
PIX_FMT_YUV420P9LE, ///< planar YUV 4:2:0, 13.5bpp, (1 Cr & Cb sample 
per 2x2 Y samples), little-endian
PIX_FMT_YUV420P10BE,///< planar YUV 4:2:0, 15bpp, (1 Cr & Cb sample per 
2x2 Y samples), big-endian
PIX_FMT_YUV420P10LE,///< planar YUV 4:2:0, 15bpp, (1 Cr & Cb sample per 
2x2 Y samples), little-endian
PIX_FMT_YUV422P10BE,///< planar YUV 4:2:2, 20bpp, (1 Cr & Cb sample per 
2x1 Y samples), big-endian
PIX_FMT_YUV422P10LE,///< planar YUV 4:2:2, 20bpp, (1 Cr & Cb sample per 
2x1 Y samples), little-endian


Joseph Artsimovich
Software Developer
MirriAd Ltd


More information about the ffmpeg-devel mailing list