L2E: Update the description of allow_alt_ref
authorCheng Chen <chengchen@google.com>
Thu, 14 Jul 2022 18:41:11 +0000 (11:41 -0700)
committerCheng Chen <chengchen@google.com>
Thu, 14 Jul 2022 23:29:35 +0000 (16:29 -0700)
It is fixed per each encoding and can not be changed per GOP.

Change-Id: I5905b712437142f2274bfa674ceef6093495457f

vpx/vpx_ext_ratectrl.h

index c3309b0..b6c950d 100644 (file)
@@ -308,7 +308,9 @@ typedef struct vpx_rc_gop_info {
    */
   int active_max_gf_interval;
   /*!
-   * Whether to allow the use of alt ref, can be changed per gop.
+   * Whether to allow the use of alt ref, determined by the encoder.
+   * It is fixed for the entire encode.
+   * See function "is_altref_enabled" in vp9_encoder.h.
    */
   int allow_alt_ref;
   /*!