diff options
Diffstat (limited to 'include/uapi/linux/videodev2.h')
-rw-r--r-- | include/uapi/linux/videodev2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h index 1282cd38e86a..97fb392bb2d9 100644 --- a/include/uapi/linux/videodev2.h +++ b/include/uapi/linux/videodev2.h | |||
@@ -1074,7 +1074,7 @@ struct v4l2_bt_timings { | |||
1074 | longer and field 2 is really one half-line shorter, so each field has | 1074 | longer and field 2 is really one half-line shorter, so each field has |
1075 | exactly the same number of half-lines. Whether half-lines can be detected | 1075 | exactly the same number of half-lines. Whether half-lines can be detected |
1076 | or used depends on the hardware. */ | 1076 | or used depends on the hardware. */ |
1077 | #define V4L2_DV_FL_HALF_LINE (1 << 0) | 1077 | #define V4L2_DV_FL_HALF_LINE (1 << 3) |
1078 | 1078 | ||
1079 | 1079 | ||
1080 | /** struct v4l2_dv_timings - DV timings | 1080 | /** struct v4l2_dv_timings - DV timings |