diff options
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2008-08-08 16:21:02 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2008-08-08 16:21:02 -0400 |
| commit | e4ddcb0a6bf04d53ce77b4eb87bbbb32c4261d11 (patch) | |
| tree | d27d2fea50a384d97aa2d0cf5c8657c916f761d4 /include/linux/videodev.h | |
| parent | f2afa7711f8585ffc088ba538b9a510e0d5dca12 (diff) | |
| parent | 6e86841d05f371b5b9b86ce76c02aaee83352298 (diff) | |
Merge commit 'v2.6.27-rc1' into for-linus
Diffstat (limited to 'include/linux/videodev.h')
| -rw-r--r-- | include/linux/videodev.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/linux/videodev.h b/include/linux/videodev.h index 9385a566aed8..15a653d41132 100644 --- a/include/linux/videodev.h +++ b/include/linux/videodev.h | |||
| @@ -17,6 +17,21 @@ | |||
| 17 | 17 | ||
| 18 | #if defined(CONFIG_VIDEO_V4L1_COMPAT) || !defined (__KERNEL__) | 18 | #if defined(CONFIG_VIDEO_V4L1_COMPAT) || !defined (__KERNEL__) |
| 19 | 19 | ||
| 20 | #define VID_TYPE_CAPTURE 1 /* Can capture */ | ||
| 21 | #define VID_TYPE_TUNER 2 /* Can tune */ | ||
| 22 | #define VID_TYPE_TELETEXT 4 /* Does teletext */ | ||
| 23 | #define VID_TYPE_OVERLAY 8 /* Overlay onto frame buffer */ | ||
| 24 | #define VID_TYPE_CHROMAKEY 16 /* Overlay by chromakey */ | ||
| 25 | #define VID_TYPE_CLIPPING 32 /* Can clip */ | ||
| 26 | #define VID_TYPE_FRAMERAM 64 /* Uses the frame buffer memory */ | ||
| 27 | #define VID_TYPE_SCALES 128 /* Scalable */ | ||
| 28 | #define VID_TYPE_MONOCHROME 256 /* Monochrome only */ | ||
| 29 | #define VID_TYPE_SUBCAPTURE 512 /* Can capture subareas of the image */ | ||
| 30 | #define VID_TYPE_MPEG_DECODER 1024 /* Can decode MPEG streams */ | ||
| 31 | #define VID_TYPE_MPEG_ENCODER 2048 /* Can encode MPEG streams */ | ||
| 32 | #define VID_TYPE_MJPEG_DECODER 4096 /* Can decode MJPEG streams */ | ||
| 33 | #define VID_TYPE_MJPEG_ENCODER 8192 /* Can encode MJPEG streams */ | ||
| 34 | |||
| 20 | struct video_capability | 35 | struct video_capability |
| 21 | { | 36 | { |
| 22 | char name[32]; | 37 | char name[32]; |
