summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/ioctl_meteor.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-05-17 09:43:15 +0000
committerjkh <jkh@FreeBSD.org>1996-05-17 09:43:15 +0000
commit7f127180e9427dc242104cce3ace3f102033c0fd (patch)
tree606b5419028b1c20455faf1ada1b890161becda3 /sys/i386/include/ioctl_meteor.h
parent5cac466951ccca48a0769488f1e39bbd74feb5da (diff)
downloadFreeBSD-src-7f127180e9427dc242104cce3ace3f102033c0fd.zip
FreeBSD-src-7f127180e9427dc242104cce3ace3f102033c0fd.tar.gz
A patch for the meteor device driver. It fixes:
1) A spelling error pointed out by Paco Hope. 2) A bug in the range checking routing pointed out by Jim Bray. 3) Enables the setting of frames per second. Submitted-By: Jim Lowe <james@miller.cs.uwm.edu>
Diffstat (limited to 'sys/i386/include/ioctl_meteor.h')
-rw-r--r--sys/i386/include/ioctl_meteor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/include/ioctl_meteor.h b/sys/i386/include/ioctl_meteor.h
index 647a419..f3a6c63 100644
--- a/sys/i386/include/ioctl_meteor.h
+++ b/sys/i386/include/ioctl_meteor.h
@@ -143,7 +143,8 @@ struct meteor_video {
#define METEOR_GEO_RGB24 0x0020000 /* RBG 24 bits packed */
/* internally stored in 32 bits */
#define METEOR_GEO_YUV_PACKED 0x0040000 /* 4-2-2 YUV 16 bits packed */
-#define METEOR_GEO_YUV_PLANER 0x0080000 /* 4-2-2 YUV 16 bits planer */
+#define METEOR_GEO_YUV_PLANAR 0x0080000 /* 4-2-2 YUV 16 bits planer */
+#define METEOR_GEO_YUV_PLANER METEOR_GEO_YUV_PLANAR
#define METEOR_GEO_UNSIGNED 0x0400000 /* unsigned uv outputs */
#define METEOR_GEO_EVEN_ONLY 0x1000000 /* set for even only field capture */
#define METEOR_GEO_ODD_ONLY 0x2000000 /* set for odd only field capture */
OpenPOWER on IntegriCloud