aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2008-05-30 18:20:28 +0000
committerN.N. <sevyves@users.sourceforge.net>2008-05-30 18:20:28 +0000
commit6726719d723f2f816827739aa59187848746f64f (patch)
tree7712c621cb54100e5c93af43882cd644fc97a6ec /include
parenta587a74821c155e281d2a6ce9a9a1d7b6a336fce (diff)
add conversion to UYVY needed for some cameras
svn path=/trunk/externals/pdp/; revision=9947
Diffstat (limited to 'include')
-rw-r--r--include/pdp_llconv.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pdp_llconv.h b/include/pdp_llconv.h
index d308f9b..8315b70 100644
--- a/include/pdp_llconv.h
+++ b/include/pdp_llconv.h
@@ -1,6 +1,6 @@
/*
* Pure Data Packet system implementation. : low level format conversion code
- * Copyright (c) by Tom Schouten <tom@zwizwa.be>
+ * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -53,6 +53,7 @@ enum RIF {
RIF_YUV__P411_U8,
RIF_YVU__P411_S16,
RIF_YVU__P444_S16,
+ RIF_UYVY_P____U8,
RIF_YUYV_P____U8,
RIF_RGB__P____U8,
RIF_RGBA_P____U8,