<div dir="ltr">From 27fdf1f58f9fa5a6b441c6bc586219ebfbe306d1 Mon Sep 17 00:00:00 2001<br>From: Priyadarsini <<a href="mailto:priyadarsini.shanmugam@multicorewareinc.com">priyadarsini.shanmugam@multicorewareinc.com</a>><br>Date: Thu, 26 Sep 2024 17:54:35 +0530<br>Subject: [PATCH] doc: Updated default values of --limit-refs and --qg-size<br><br>---<br> doc/reST/cli.rst | 4 ++--<br> 1 file changed, 2 insertions(+), 2 deletions(-)<br><br>diff --git a/doc/reST/cli.rst b/doc/reST/cli.rst<br>index 95cb37f20..911bcf3cd 100755<br>--- a/doc/reST/cli.rst<br>+++ b/doc/reST/cli.rst<br>@@ -814,7 +814,7 @@ the prediction quad-tree.<br>         (within your decoder level limits) if you enable one or<br>      both of these flags.<br> <br>-     Default 3.<br>+   Default 1.<br> <br> .. option:: --limit-modes, --no-limit-modes<br> <br>@@ -1783,7 +1783,7 @@ Quality, rate control and rate distortion options<br>   the minimum CU size at which QP can be adjusted, ie. Quantization Group<br>      size. Allowed range of values are 64, 32, 16, 8 provided this falls within <br>  the inclusive range [maxCUSize, minCUSize].<br>-  Default: same as maxCUSize<br>+   Default: 32<br> <br> .. option:: --cutree, --no-cutree<br> <br>-- <br>2.45.2.windows.1<br><br></div>