diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2008-04-10 09:22:16 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2008-04-10 09:22:16 +0000 |
commit | f6f346c3084158cea6a14974fc27a60e0b2a1630 (patch) | |
tree | ee47aa7f01f59777b2ae7249c434aec33977ec78 /sys/dev/usb/uvideo.h | |
parent | 7df2155c114e4ecc55c6a01714e31fbd15d88d1b (diff) |
Fix MJPEG Video Frame Descriptor struct.
Diffstat (limited to 'sys/dev/usb/uvideo.h')
-rw-r--r-- | sys/dev/usb/uvideo.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/usb/uvideo.h b/sys/dev/usb/uvideo.h index 96fec6e08a8..6855fc7218a 100644 --- a/sys/dev/usb/uvideo.h +++ b/sys/dev/usb/uvideo.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uvideo.h,v 1.2 2008/04/09 20:38:55 mglocker Exp $ */ +/* $OpenBSD: uvideo.h,v 1.3 2008/04/10 09:22:15 mglocker Exp $ */ /* * Copyright (c) 2007 Robert Nagy <robert@openbsd.org> @@ -308,8 +308,9 @@ struct usb_video_frame_descriptor { uDWord dwMinBitRate; uDWord dwMaxBitRate; uDWord dwMaxVideoFrameBufferSize; - uWord dwDefaultFrameInterval; + uDWord dwDefaultFrameInterval; uByte bFrameIntervalType; + /* TODO add continous/discrete frame intervals (Table 3-3/3-4) */ } __packed; /* |