diff options
-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 57bfa59cda74..2fff7ff3e05b 100644 --- a/include/uapi/linux/videodev2.h +++ b/include/uapi/linux/videodev2.h | |||
@@ -737,7 +737,7 @@ struct v4l2_window { | |||
737 | struct v4l2_captureparm { | 737 | struct v4l2_captureparm { |
738 | __u32 capability; /* Supported modes */ | 738 | __u32 capability; /* Supported modes */ |
739 | __u32 capturemode; /* Current mode */ | 739 | __u32 capturemode; /* Current mode */ |
740 | struct v4l2_fract timeperframe; /* Time per frame in .1us units */ | 740 | struct v4l2_fract timeperframe; /* Time per frame in seconds */ |
741 | __u32 extendedmode; /* Driver-specific extensions */ | 741 | __u32 extendedmode; /* Driver-specific extensions */ |
742 | __u32 readbuffers; /* # of buffers for read */ | 742 | __u32 readbuffers; /* # of buffers for read */ |
743 | __u32 reserved[4]; | 743 | __u32 reserved[4]; |