• Philip Langdale's avatar
    avutil: add P016 pixel format · 237421f1
    Philip Langdale authored
    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.
    237421f1
pixdesc.c 85.5 KB