<div dir="ltr">From a6b7fa2fd8840c86bb6af3e160e5ca26ab17e92d Mon Sep 17 00:00:00 2001<br>From: Uthayakumar Muthu <<a href="mailto:uthayakumar.muthu@multicorewareinc.com">uthayakumar.muthu@multicorewareinc.com</a>><br>Date: Thu, 7 Nov 2024 14:24:18 +0530<br>Subject: [PATCH] doc: Fix Default Values for b-intra and max-merge<br><br>---<br> doc/reST/cli.rst     | 4 ++--<br> doc/reST/presets.rst | 4 ++--<br> 2 files changed, 4 insertions(+), 4 deletions(-)<br><br>diff --git a/doc/reST/cli.rst b/doc/reST/cli.rst<br>index 4d4774613..2f2e3c67e 100755<br>--- a/doc/reST/cli.rst<br>+++ b/doc/reST/cli.rst<br>@@ -897,7 +897,7 @@ the prediction quad-tree.<br> <br> .. option:: --b-intra, --no-b-intra<br> <br>-        Enables the evaluation of intra modes in B slices. Default disabled.<br>+ Enables the evaluation of intra modes in B slices. Default enabled.<br> <br> .. option:: --cu-lossless, --no-cu-lossless<br> <br>@@ -1205,7 +1205,7 @@ Temporal / motion search options<br>   as a "skip".  Otherwise the merge candidates are tested as part of<br>        motion estimation when searching for the least cost inter option.<br>    The max candidate number is encoded in the SPS and determines the<br>-    bit cost of signaling merge CUs. Default 2<br>+   bit cost of signaling merge CUs. Default 3<br> <br> .. option:: --me <integer|string><br> <br>diff --git a/doc/reST/presets.rst b/doc/reST/presets.rst<br>index 76544cb75..55895f039 100644<br>--- a/doc/reST/presets.rst<br>+++ b/doc/reST/presets.rst<br>@@ -66,7 +66,7 @@ changed from the value specified by the preset.<br> +-----------------+-----+-----+-----+-----+-----+-----+------+------+------+------+<br> | limit-modes     |  0  |  0  |  0  |   0 |   0 |   0 |   1  |   1  |   0  |  0   |<br> +-----------------+-----+-----+-----+-----+-----+-----+------+------+------+------+<br>-| max-merge       |  2  |  2  |  2  |   2 |   2 |   2 |   3  |   4  |   5  |  5   |<br>+| max-merge       |  2  |  2  |  2  |   2 |   2 |   3 |   3  |   4  |   5  |  5   |<br> +-----------------+-----+-----+-----+-----+-----+-----+------+------+------+------+<br> | early-skip      |  1  |  1  |  1  |   1 |   0 |   1 |   0  |   0  |   0  |  0   |<br> +-----------------+-----+-----+-----+-----+-----+-----+------+------+------+------+<br>@@ -74,7 +74,7 @@ changed from the value specified by the preset.<br> +-----------------+-----+-----+-----+-----+-----+-----+------+------+------+------+<br> | fast-intra      |  1  |  1  |  1  |   1 |   1 |   0 |   0  |   0  |   0  |  0   |<br> +-----------------+-----+-----+-----+-----+-----+-----+------+------+------+------+<br>-| b-intra         |  0  |  0  |  0  |   0 |   0 |   0 |   0  |   1  |   1  |  1   |<br>+| b-intra         |  0  |  0  |  0  |   0 |   0 |   1 |   0  |   1  |   1  |  1   |<br> +-----------------+-----+-----+-----+-----+-----+-----+------+------+------+------+<br> | sao             |  0  |  0  |  1  |   1 |   1 |   1 |   1  |   1  |   1  |  1   |<br> +-----------------+-----+-----+-----+-----+-----+-----+------+------+------+------+<br>-- <br>2.39.2<br><br></div>