]> git.sesse.net Git - ffmpeg/commit
pixfmt: add P010 pixel format
authorHendrik Leppkes <h.leppkes@gmail.com>
Tue, 8 Dec 2015 10:17:01 +0000 (11:17 +0100)
committerAnton Khirnov <anton@khirnov.net>
Sat, 2 Jul 2016 07:35:23 +0000 (09:35 +0200)
commitb7c5f885233a7b8692140c920d9f43220dc830d9
tree8a597fdad01b11ebf49a27de41164c6b56a82c1a
parentb55566db4c51d920a6496455bb30a608e5a50a41
pixfmt: add P010 pixel format

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.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
doc/APIchanges
libavutil/pixdesc.c
libavutil/pixfmt.h
libavutil/version.h