avutil: add P010 pixel format

Multimedia / FFmpeg - Hendrik Leppkes [gmail.com] - 26 January 2016 04:54 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.

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

  • Share