[FFmpeg-devel] [PATCH 1/2] avutil: add P010 pixel format

Hendrik Leppkes h.leppkes at gmail.com
Tue Jan 26 12:13:59 CET 2016


On Thu, Jan 7, 2016 at 8:17 PM, Michael Niedermayer
<michael at niedermayer.cc> wrote:
> On Thu, Jan 07, 2016 at 12:11:21PM +0100, Hendrik Leppkes wrote:
>> 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.
>> ---
>>  libavutil/pixdesc.c | 24 ++++++++++++++++++++++++
>>  libavutil/pixfmt.h  |  4 ++++
>>  2 files changed, 28 insertions(+)
>
> needs a minor version bump otherwise should be ok
>

Bump added, set pushed, thanks.


More information about the ffmpeg-devel mailing list