aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
diff options
context:
space:
mode:
authorAmancio Hasty <ahasty@FreeBSD.org>1997-11-16 04:52:29 +0000
committerAmancio Hasty <ahasty@FreeBSD.org>1997-11-16 04:52:29 +0000
commit9fdd6eda1d547c0033a8e97aeaa911fc4b2c55cc (patch)
tree3c0c4fd6f4c0236f0e58d2a3a79a8fee25bd892a /sys/i386
parent7c1fcb22f9f9ae8d692122643d130c8529e480b4 (diff)
downloadsrc-9fdd6eda1d547c0033a8e97aeaa911fc4b2c55cc.tar.gz
src-9fdd6eda1d547c0033a8e97aeaa911fc4b2c55cc.zip
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
Notes
Notes: svn path=/head/; revision=31186
Diffstat (limited to 'sys/i386')
-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 409e169547f8..ebcb26ebbaa7 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 */