From patchwork Tue Jul 5 01:31:07 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: 9213375 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 E517460467 for ; Tue, 5 Jul 2016 01:31:44 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D416B28800 for ; Tue, 5 Jul 2016 01:31:44 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C8E1228802; Tue, 5 Jul 2016 01:31:44 +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 6A5AE28800 for ; Tue, 5 Jul 2016 01:31:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932755AbcGEBbm (ORCPT ); Mon, 4 Jul 2016 21:31:42 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:38729 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754244AbcGEBb3 (ORCPT ); Mon, 4 Jul 2016 21:31:29 -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 1bKFCy-0001gj-CZ; Tue, 05 Jul 2016 01:31:28 +0000 Received: from mchehab by smtp.w2.samsung.com with local (Exim 4.87) (envelope-from ) id 1bKFCp-0001bz-Mi; Mon, 04 Jul 2016 22:31:19 -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 32/41] Documentation: buffer.rst: numerate tables and figures Date: Mon, 4 Jul 2016 22:31:07 -0300 Message-Id: <976fdcc1adb1ec79e5e860eb94421032c0d92a3b.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 Sphinx actually doesn't numerate tables nor figures. So, let's add a subtitle before each table. That makes them "numerated". While here, fix the git binary that got corrupted. Let's hope this will work, as the reason why we had to encode them were to prevent some issues on commiting those gif files on git. Signed-off-by: Mauro Carvalho Chehab --- Documentation/linux_tv/media/v4l/field-order.rst | 14 ++++++++++---- .../media/v4l/field-order_files/fieldseq_tb.gif | Bin 25339 -> 25323 bytes 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Documentation/linux_tv/media/v4l/field-order_files/fieldseq_tb.gif b/Documentation/linux_tv/media/v4l/field-order_files/fieldseq_tb.gif index bf1c3f1b50d5ff04b196659ca5c2629ec9deae03..718492f1cfc703e6553c3b0e2afc4b269258412b 100644 GIT binary patch delta 41 xcmex;l=1aZ#tlL2Os*lDBiL^XF}VhAwv0AJI C85H6G diff --git a/Documentation/linux_tv/media/v4l/field-order.rst b/Documentation/linux_tv/media/v4l/field-order.rst index d4e801cdae1a..979fedbb2bda 100644 --- a/Documentation/linux_tv/media/v4l/field-order.rst +++ b/Documentation/linux_tv/media/v4l/field-order.rst @@ -54,7 +54,10 @@ should have the value ``V4L2_FIELD_ANY`` (0). .. _v4l2-field: -.. flat-table:: enum v4l2_field +enum v4l2_field +=============== + +.. flat-table:: :header-rows: 0 :stub-columns: 0 :widths: 3 1 4 @@ -183,17 +186,20 @@ should have the value ``V4L2_FIELD_ANY`` (0). .. _fieldseq-tb: +Field Order, Top Field First Transmitted +======================================== + .. figure:: field-order_files/fieldseq_tb.* :alt: fieldseq_tb.pdf / fieldseq_tb.gif :align: center - Field Order, Top Field First Transmitted - .. _fieldseq-bt: +Field Order, Bottom Field First Transmitted +=========================================== + .. figure:: field-order_files/fieldseq_bt.* :alt: fieldseq_bt.pdf / fieldseq_bt.gif :align: center - Field Order, Bottom Field First Transmitted