Commit 575c29bc authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

media: extended-controls.rst: don't use adjustbox

LaTeX adjustbox is known to cause pdf documentation build breakages
with some newer Sphinx versions. So, don't use it.

While here, adjust table sizes in order to better produce the
pdf output.

Fixes: c0da55b9 ("media: v4l2: Documentation for HEVC CIDs")
Cc: Smitha T Murthy <smitha.t@samsung.com>
Cc: Hans Verkuil <hans.verkuil@cisco.com>
Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent c0da55b9
......@@ -2011,9 +2011,9 @@ enum v4l2_mpeg_video_hevc_hier_coding_type -
.. raw:: latex
\begin{adjustbox}{width=\columnwidth}
\footnotesize
.. tabularcolumns:: |p{11.0cm}|p{10.0cm}|
.. tabularcolumns:: |p{9.0cm}|p{8.0cm}|
.. flat-table::
:header-rows: 0
......@@ -2026,7 +2026,7 @@ enum v4l2_mpeg_video_hevc_hier_coding_type -
.. raw:: latex
\end{adjustbox}
\normalsize
``V4L2_CID_MPEG_VIDEO_HEVC_HIER_CODING_LAYER (integer)``
......@@ -2080,9 +2080,9 @@ enum v4l2_mpeg_video_hevc_profile -
.. raw:: latex
\begin{adjustbox}{width=\columnwidth}
\footnotesize
.. tabularcolumns:: |p{11.0cm}|p{10.0cm}|
.. tabularcolumns:: |p{9.0cm}|p{8.0cm}|
.. flat-table::
:header-rows: 0
......@@ -2097,7 +2097,7 @@ enum v4l2_mpeg_video_hevc_profile -
.. raw:: latex
\end{adjustbox}
\normalsize
.. _v4l2-hevc-level:
......@@ -2110,9 +2110,9 @@ enum v4l2_mpeg_video_hevc_level -
.. raw:: latex
\begin{adjustbox}{width=\columnwidth}
\footnotesize
.. tabularcolumns:: |p{11.0cm}|p{10.0cm}|
.. tabularcolumns:: |p{9.0cm}|p{8.0cm}|
.. flat-table::
:header-rows: 0
......@@ -2147,7 +2147,7 @@ enum v4l2_mpeg_video_hevc_level -
.. raw:: latex
\end{adjustbox}
\normalsize
``V4L2_CID_MPEG_VIDEO_HEVC_FRAME_RATE_RESOLUTION (integer)``
......@@ -2169,9 +2169,9 @@ enum v4l2_mpeg_video_hevc_tier -
.. raw:: latex
\begin{adjustbox}{width=\columnwidth}
\footnotesize
.. tabularcolumns:: |p{11.0cm}|p{10.0cm}|
.. tabularcolumns:: |p{9.0cm}|p{8.0cm}|
.. flat-table::
:header-rows: 0
......@@ -2184,7 +2184,7 @@ enum v4l2_mpeg_video_hevc_tier -
.. raw:: latex
\end{adjustbox}
\normalsize
``V4L2_CID_MPEG_VIDEO_HEVC_MAX_PARTITION_DEPTH (integer)``
......@@ -2200,9 +2200,9 @@ enum v4l2_mpeg_video_hevc_loop_filter_mode -
.. raw:: latex
\begin{adjustbox}{width=\columnwidth}
\footnotesize
.. tabularcolumns:: |p{11.0cm}|p{10.0cm}|
.. tabularcolumns:: |p{10.7cm}|p{6.3cm}|
.. flat-table::
:header-rows: 0
......@@ -2217,7 +2217,7 @@ enum v4l2_mpeg_video_hevc_loop_filter_mode -
.. raw:: latex
\end{adjustbox}
\normalsize
``V4L2_CID_MPEG_VIDEO_HEVC_LF_BETA_OFFSET_DIV2 (integer)``
......@@ -2238,9 +2238,9 @@ enum v4l2_mpeg_video_hevc_hier_refresh_type -
.. raw:: latex
\begin{adjustbox}{width=\columnwidth}
\footnotesize
.. tabularcolumns:: |p{11.0cm}|p{10.0cm}|
.. tabularcolumns:: |p{8.0cm}|p{9.0cm}|
.. flat-table::
:header-rows: 0
......@@ -2255,7 +2255,7 @@ enum v4l2_mpeg_video_hevc_hier_refresh_type -
.. raw:: latex
\end{adjustbox}
\normalsize
``V4L2_CID_MPEG_VIDEO_HEVC_REFRESH_PERIOD (integer)``
......@@ -2318,9 +2318,9 @@ enum v4l2_mpeg_video_hevc_size_of_length_field -
.. raw:: latex
\begin{adjustbox}{width=\columnwidth}
\footnotesize
.. tabularcolumns:: |p{11.0cm}|p{10.0cm}|
.. tabularcolumns:: |p{6.0cm}|p{11.0cm}|
.. flat-table::
:header-rows: 0
......@@ -2337,7 +2337,7 @@ enum v4l2_mpeg_video_hevc_size_of_length_field -
.. raw:: latex
\end{adjustbox}
\normalsize
``V4L2_CID_MPEG_VIDEO_HEVC_HIER_CODING_L0_BR (integer)``
Indicates bit rate for hierarchical coding layer 0 for HEVC encoder.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment