libv4lconvert: Add Y10B, a 10 bpp bit-packed greyscale format.
authorAntonio Ospite <ospite@studenti.unina.it>
Fri, 20 May 2011 07:43:50 +0000 (09:43 +0200)
committerHans de Goede <hdegoede@redhat.com>
Fri, 20 May 2011 07:43:50 +0000 (09:43 +0200)
commit6daa2b1ce8674bda66b0f3bb5cf08089e42579fd
tree02d59326a887f6e15fa362c0902d418ba48a4919
parent8e307079faba22d9ce6a246b883771d0270af190
libv4lconvert: Add Y10B, a 10 bpp bit-packed greyscale format.

Add a 10 bits per pixel greyscale format in a bit-packed array representation,
naming it Y10B. Such pixel format is supplied for instance by the Kinect
sensor device.

Cc: Steven Toth<stoth@kernellabs.com>
Signed-off-by: Antonio Ospite<ospite@studenti.unina.it>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
include/linux/videodev2.h
lib/libv4lconvert/libv4lconvert-priv.h
lib/libv4lconvert/libv4lconvert.c
lib/libv4lconvert/rgbyuv.c