From patchwork Tue Jul 5 01:31:16 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 9213425 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id D46A860467 for ; Tue, 5 Jul 2016 01:32:46 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C3B0828800 for ; Tue, 5 Jul 2016 01:32:46 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B8B1B28802; Tue, 5 Jul 2016 01:32:46 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6856128800 for ; Tue, 5 Jul 2016 01:32:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932989AbcGEBcc (ORCPT ); Mon, 4 Jul 2016 21:32:32 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:38617 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753708AbcGEBb0 (ORCPT ); Mon, 4 Jul 2016 21:31:26 -0400 Received: from 201.86.133.99.dynamic.adsl.gvt.net.br ([201.86.133.99] helo=smtp.w2.samsung.com) by bombadil.infradead.org with esmtpsa (Exim 4.85_2 #1 (Red Hat Linux)) id 1bKFCv-0001gY-4d; Tue, 05 Jul 2016 01:31:25 +0000 Received: from mchehab by smtp.w2.samsung.com with local (Exim 4.87) (envelope-from ) id 1bKFCq-0001ci-2O; Mon, 04 Jul 2016 22:31:20 -0300 From: Mauro Carvalho Chehab To: Linux Media Mailing List Cc: Mauro Carvalho Chehab , Mauro Carvalho Chehab , Jonathan Corbet , Markus Heiser , linux-doc@vger.kernel.org Subject: [PATCH 41/41] Documentation: libv4l-introduction.rst: improve format Date: Mon, 4 Jul 2016 22:31:16 -0300 Message-Id: <9eee76afc74f8d47e344adec0e0fca64605833c9.1467670142.git.mchehab@s-opensource.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <376f8877e078483e22a906cb0126f8db37bde441.1467670142.git.mchehab@s-opensource.com> References: <376f8877e078483e22a906cb0126f8db37bde441.1467670142.git.mchehab@s-opensource.com> In-Reply-To: <376f8877e078483e22a906cb0126f8db37bde441.1467670142.git.mchehab@s-opensource.com> References: <376f8877e078483e22a906cb0126f8db37bde441.1467670142.git.mchehab@s-opensource.com> Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Fix some cross-references and improve the layout of this page. Signed-off-by: Mauro Carvalho Chehab --- Documentation/linux_tv/media/v4l/libv4l-introduction.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/linux_tv/media/v4l/libv4l-introduction.rst b/Documentation/linux_tv/media/v4l/libv4l-introduction.rst index 4b261d95c672..61d085f9f105 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.