summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/ioctl_bt848.h
diff options
context:
space:
mode:
authorahasty <ahasty@FreeBSD.org>1997-11-16 04:52:29 +0000
committerahasty <ahasty@FreeBSD.org>1997-11-16 04:52:29 +0000
commit5493f20cc0992b31dc798a1d7935accfd7afdabd (patch)
tree7e6a465cb95c34604a71cb6af7ec67c58d5d3a0c /sys/i386/include/ioctl_bt848.h
parente30be53f5103e4daf6258187c4980da3b060b765 (diff)
downloadFreeBSD-src-5493f20cc0992b31dc798a1d7935accfd7afdabd.zip
FreeBSD-src-5493f20cc0992b31dc798a1d7935accfd7afdabd.tar.gz
Reviewed by: Amancio Hasty
Submitted by: Amancio Hasty <hasty@star-gate.com> Added yuv12 support for mpeg encoding and Randall Hopper's fixed for Temporal Decimation
Diffstat (limited to 'sys/i386/include/ioctl_bt848.h')
-rw-r--r--sys/i386/include/ioctl_bt848.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/include/ioctl_bt848.h b/sys/i386/include/ioctl_bt848.h
index 409e169..ebcb26e 100644
--- a/sys/i386/include/ioctl_bt848.h
+++ b/sys/i386/include/ioctl_bt848.h
@@ -150,7 +150,9 @@ struct eeProm {
*/
typedef enum { METEOR_PIXTYPE_RGB, METEOR_PIXTYPE_YUV,
- METEOR_PIXTYPE_YUV_PACKED } METEOR_PIXTYPE;
+ METEOR_PIXTYPE_YUV_PACKED,
+ METEOR_PIXTYPE_YUV_12 } METEOR_PIXTYPE;
+
struct meteor_pixfmt {
u_int index; /* Index in supported pixfmt list */
OpenPOWER on IntegriCloud