Commit 2da1a47e6e for aom

commit 2da1a47e6ebe56b297137afc01050b40cf0f4cad
Author: Wan-Teh Chang <wtc@google.com>
Date:   Thu Aug 20 17:36:33 2026 -0700

    Document parameter types of two codec controls

    Both AOME_SET_VALIDATE_HBD_INPUT and AV1E_SET_MODE_REF_DELTA_ENABLED
    have an int parameter.

    Change-Id: I2c0985a98da2a50fa706889274aaff0665a8f933

diff --git a/aom/aomcx.h b/aom/aomcx.h
index b1a4bed8b7..d1aa4aeae0 100644
--- a/aom/aomcx.h
+++ b/aom/aomcx.h
@@ -1639,7 +1639,7 @@ enum aome_enc_control_id {
    */
   AV1E_GET_GOP_INFO = 174,

-  /*!\brief Codec control function to validate HBD input.
+  /*!\brief Codec control function to validate HBD input, int parameter.
    *
    * AV1 allows the encoder to validate the high bitdepth (HBD) input and
    * ensure that every pixel is within the valid range. To disable/enable,
@@ -1647,7 +1647,8 @@ enum aome_enc_control_id {
    */
   AOME_SET_VALIDATE_HBD_INPUT = 175,

-  /*!\brief Codec control function to toggle loopfilter mode_ref_delta_enabled.
+  /*!\brief Codec control function to toggle loopfilter mode_ref_delta_enabled,
+   * int parameter.
    *
    * - 0 = disable
    * - 1 = enable (default)