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

2016-11-21 Thread Philip Langdale
P016 is the 16-bit variant of NV12 (planar luma, packed chroma), using two bytes per component. It may, and in fact is most likely to, be used in situations where there are less than 16 bits of data. It is the responsibility of the writer to zero out any unused LSBs. Signed-off-by: Philip Langdal

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

2016-11-21 Thread wm4
On Sun, 20 Nov 2016 14:35:51 -0800 Philip Langdale wrote: > P016 is the 16-bit variant of NV12 (planar luma, packed chroma), using > two bytes per component. > > It may, and in fact is most likely to, be used in situations where > there are less than 16 bits of data. It is the responsibility of

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

2016-11-20 Thread Philip Langdale
P016 is the 16-bit variant of NV12 (planar luma, packed chroma), using two bytes per component. It may, and in fact is most likely to, be used in situations where there are less than 16 bits of data. It is the responsibility of the writer to zero out any unused LSBs. Signed-off-by: Philip Langdal