Commit 6fa26355 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

doc-rst: buffer: numerate tables and figures



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: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 90865d29
Loading
Loading
Loading
Loading
+10 −4
Original line number Diff line number Diff line
@@ -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
−16 B (24.7 KiB)
Loading image diff...