pixfmt: add P010 pixel format

Multimedia / Libav - Hendrik Leppkes [gmail.com] - 2 July 2016 02:35 UTC

P010 is the 10-bit variant of NV12 (planar luma, packed chroma), using two bytes per component to store 10-bit data plus 6-bit zeroes in the LSBs.

b7c5f88 pixfmt: add P010 pixel format
doc/APIchanges | 3 +++
libavutil/pixdesc.c | 24 ++++++++++++++++++++++++
libavutil/pixfmt.h | 4 ++++
libavutil/version.h | 2 +-
4 files changed, 32 insertions(+), 1 deletion(-)

Upstream: git.libav.org


  • Share