diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-09 00:17:20 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-09 00:17:20 +0000 |
commit | 03bff5f31874e70d5a62b6fa8bb69db20edf74a7 (patch) | |
tree | 81a65d427d852ef86cd3eccda194fc83b6b0e8d6 /linux/include | |
parent | 38a8b6bcc25bfd0d2b33048466a89c9893e4d435 (diff) | |
download | mediapointer-dvb-s2-03bff5f31874e70d5a62b6fa8bb69db20edf74a7.tar.gz mediapointer-dvb-s2-03bff5f31874e70d5a62b6fa8bb69db20edf74a7.tar.bz2 |
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>
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/linux/videodev2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/include/linux/videodev2.h b/linux/include/linux/videodev2.h index ec74c990f..3e84fac7e 100644 --- a/linux/include/linux/videodev2.h +++ b/linux/include/linux/videodev2.h @@ -662,6 +662,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) |