summaryrefslogtreecommitdiff
path: root/vpx
diff options
context:
space:
mode:
authorCheng Chen <chengchen@google.com>2022-07-14 11:41:11 -0700
committerCheng Chen <chengchen@google.com>2022-07-14 16:29:35 -0700
commit68d9e7aa2f281a4be6b8f3efb24b67b2bfd1f67d (patch)
treea8f2720c44b90aae98e39487fc57e7fff288d5cb /vpx
parent168b312774166958897f727196a59ee8ad423e78 (diff)
downloadlibvpx-68d9e7aa2f281a4be6b8f3efb24b67b2bfd1f67d.tar.gz
L2E: Update the description of allow_alt_ref
It is fixed per each encoding and can not be changed per GOP. Change-Id: I5905b712437142f2274bfa674ceef6093495457f
Diffstat (limited to 'vpx')
-rw-r--r--vpx/vpx_ext_ratectrl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/vpx/vpx_ext_ratectrl.h b/vpx/vpx_ext_ratectrl.h
index c3309b0f2..b6c950d87 100644
--- a/vpx/vpx_ext_ratectrl.h
+++ b/vpx/vpx_ext_ratectrl.h
@@ -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;
/*!