diff mbox

[1/3] Add 8-bit and 16-bit YCrCb media bus pixel codes

Message ID CAH9NwWeGQfBqaS36tQ=T3+1tM3i4Govzzkw0ur_hut07M36_HA@mail.gmail.com (mailing list archive)
State Under Review
Headers show

Commit Message

Christian Gmeiner July 10, 2011, 6:14 p.m. UTC
Signed-off-by: Christian Gmeiner
---
--
1.7.6
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/include/linux/v4l2-mediabus.h b/include/linux/v4l2-mediabus.h
index 5ea7f75..11b916d 100644
--- a/include/linux/v4l2-mediabus.h
+++ b/include/linux/v4l2-mediabus.h
@@ -92,6 +92,10 @@  enum v4l2_mbus_pixelcode {

        /* JPEG compressed formats - next is 0x4002 */
        V4L2_MBUS_FMT_JPEG_1X8 = 0x4001,
+
+       /* YCrCb formats - next is 0x5003 */
+       V4L2_MBUS_FMT_YCRCB_1X8 = 0x5001,
+       V4L2_MBUS_FMT_YCRCB_1X16 = 0x5002,
 };

 /**