[aravis] enums: new pixel format.



commit 7eed62c64453003b2072bef56d4ef2137f5ff09b
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Thu Aug 4 17:20:25 2011 +0200

    enums: new pixel format.

 src/arvenums.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/arvenums.h b/src/arvenums.h
index 0a36cf4..879798f 100644
--- a/src/arvenums.h
+++ b/src/arvenums.h
@@ -91,6 +91,8 @@ typedef enum {
 	ARV_PIXEL_FORMAT_MONO_12		= 0x01100005,
 	ARV_PIXEL_FORMAT_MONO_12_PACKED		= 0x010c0006,
 
+	ARV_PIXEL_FORMAT_MONO_14		= 0x01100025, /* https://bugzilla.gnome.org/show_bug.cgi?id=655131 */
+
 	ARV_PIXEL_FORMAT_MONO_16		= 0x01100007,
 
 	ARV_PIXEL_FORMAT_BAYER_GR_8		= 0x01080008,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]