diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/videodev2.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index 6e33ce96cab..965c8902fe6 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h | |||
@@ -638,6 +638,7 @@ typedef __u64 v4l2_std_id; | |||
638 | #define V4L2_STD_NTSC_M ((v4l2_std_id)0x00001000) | 638 | #define V4L2_STD_NTSC_M ((v4l2_std_id)0x00001000) |
639 | #define V4L2_STD_NTSC_M_JP ((v4l2_std_id)0x00002000) | 639 | #define V4L2_STD_NTSC_M_JP ((v4l2_std_id)0x00002000) |
640 | #define V4L2_STD_NTSC_443 ((v4l2_std_id)0x00004000) | 640 | #define V4L2_STD_NTSC_443 ((v4l2_std_id)0x00004000) |
641 | #define V4L2_STD_NTSC_M_KR ((v4l2_std_id)0x00008000) | ||
641 | 642 | ||
642 | #define V4L2_STD_SECAM_B ((v4l2_std_id)0x00010000) | 643 | #define V4L2_STD_SECAM_B ((v4l2_std_id)0x00010000) |
643 | #define V4L2_STD_SECAM_D ((v4l2_std_id)0x00020000) | 644 | #define V4L2_STD_SECAM_D ((v4l2_std_id)0x00020000) |
@@ -670,7 +671,8 @@ typedef __u64 v4l2_std_id; | |||
670 | V4L2_STD_PAL_H |\ | 671 | V4L2_STD_PAL_H |\ |
671 | V4L2_STD_PAL_I) | 672 | V4L2_STD_PAL_I) |
672 | #define V4L2_STD_NTSC (V4L2_STD_NTSC_M |\ | 673 | #define V4L2_STD_NTSC (V4L2_STD_NTSC_M |\ |
673 | V4L2_STD_NTSC_M_JP) | 674 | V4L2_STD_NTSC_M_JP |\ |
675 | V4L2_STD_NTSC_M_KR) | ||
674 | #define V4L2_STD_SECAM_DK (V4L2_STD_SECAM_D |\ | 676 | #define V4L2_STD_SECAM_DK (V4L2_STD_SECAM_D |\ |
675 | V4L2_STD_SECAM_K |\ | 677 | V4L2_STD_SECAM_K |\ |
676 | V4L2_STD_SECAM_K1) | 678 | V4L2_STD_SECAM_K1) |