diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2005-11-13 16:07:48 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-13 18:14:18 -0800 |
commit | 800d3c6f90b61cc82b09db635b59c00b1c460728 (patch) | |
tree | e8b59694c3b0560c65da4e5984b5ef1a92cbae82 /include/linux/videodev2.h | |
parent | c817e7634260b298fc03b856ddb53d9aa77326b5 (diff) | |
download | op-kernel-dev-800d3c6f90b61cc82b09db635b59c00b1c460728.zip op-kernel-dev-800d3c6f90b61cc82b09db635b59c00b1c460728.tar.gz |
[PATCH] v4l: (943) added secam l video standard
- Added SECAM L' video standard
- SECAM L' is a Secam variant that requires special config.
This patch adds support on V4L core. Requires aditional patches
on tuners to support.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/videodev2.h')
-rw-r--r-- | include/linux/videodev2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index a114fff..1cded68 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h @@ -636,6 +636,7 @@ typedef __u64 v4l2_std_id; #define V4L2_STD_SECAM_K ((v4l2_std_id)0x00100000) #define V4L2_STD_SECAM_K1 ((v4l2_std_id)0x00200000) #define V4L2_STD_SECAM_L ((v4l2_std_id)0x00400000) +#define V4L2_STD_SECAM_LC ((v4l2_std_id)0x00800000) /* ATSC/HDTV */ #define V4L2_STD_ATSC_8_VSB ((v4l2_std_id)0x01000000) |