Skip to content

blend: support 15-bit/16-bit chromas without a mask

Steve Lhomme requested to merge robUx4/vlc:blend_16 into master

Since the data uses a uint16_t pointer we need to account for the endianness of the buffer.

Merge request reports