diff --git a/Documentation/linux_tv/media/v4l/libv4l-introduction.rst b/Documentation/linux_tv/media/v4l/libv4l-introduction.rst index 4b261d95c6724c574a21401d1d98541bc31cbf19..61d085f9f105a37a4631795b7a0de3a11260be2e 100644 --- a/Documentation/linux_tv/media/v4l/libv4l-introduction.rst +++ b/Documentation/linux_tv/media/v4l/libv4l-introduction.rst @@ -45,7 +45,7 @@ It currently accepts the following V4L2 driver formats: :ref:`V4L2_PIX_FMT_SPCA508 `, :ref:`V4L2_PIX_FMT_SPCA561 `, :ref:`V4L2_PIX_FMT_SQ905C `, -``V4L2_PIX_FMT_SRGGB8``, +:ref:`V4L2_PIX_FMT_SRGGB8 `, :ref:`V4L2_PIX_FMT_UYVY `, :ref:`V4L2_PIX_FMT_YUV420 `, :ref:`V4L2_PIX_FMT_YUYV `, @@ -92,16 +92,16 @@ and to enhance the image quality. In most cases, libv4l2 just passes the calls directly through to the v4l2 driver, intercepting the calls to :ref:`VIDIOC_TRY_FMT `, -:ref:`VIDIOC_G_FMT ` -:ref:`VIDIOC_S_FMT ` -:ref:`VIDIOC_ENUM_FRAMESIZES` and -:ref:`VIDIOC_ENUM_FRAMEINTERVALS` in +:ref:`VIDIOC_G_FMT `, +:ref:`VIDIOC_S_FMT `, +:ref:`VIDIOC_ENUM_FRAMESIZES ` and +:ref:`VIDIOC_ENUM_FRAMEINTERVALS ` in order to emulate the formats :ref:`V4L2_PIX_FMT_BGR24 `, :ref:`V4L2_PIX_FMT_RGB24 `, :ref:`V4L2_PIX_FMT_YUV420 `, and :ref:`V4L2_PIX_FMT_YVU420 `, if they aren't -available in the driver. :ref:`VIDIOC_ENUM_FMT` +available in the driver. :ref:`VIDIOC_ENUM_FMT ` keeps enumerating the hardware supported formats, plus the emulated formats offered by libv4l at the end.