From 93b779b480c2087c8aaa465d27ed71a665e8de34 Mon Sep 17 00:00:00 2001 From: Urvang Joshi <urvang@google.com> Date: Tue, 26 Sep 2017 12:03:51 -0700 Subject: [PATCH] Update comment for frame superres scaling mode. Based on code change in: https://aomedia-review.googlesource.com/c/aom/+/21140 Change-Id: I771ba6e08259e1c43cb06ebe6436dafe07fdf1d5 --- aom/aom_encoder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aom/aom_encoder.h b/aom/aom_encoder.h index 89b7396614..ff02847b26 100644 --- a/aom/aom_encoder.h +++ b/aom/aom_encoder.h @@ -394,8 +394,8 @@ typedef struct aom_codec_enc_cfg { * upscaling after the encode/decode process. Taking control of upscaling and * using restoration filters should allow it to outperform normal resizing. * - * Mode 0 is SUPERRES_NONE, mode 1 is SUPERRES_FIXED, and mode 2 is - * SUPERRES_RANDOM. + * Mode 0 is SUPERRES_NONE, mode 1 is SUPERRES_FIXED, mode 2 is + * SUPERRES_RANDOM and mode 3 is SUPERRES_QTHRESH. */ unsigned int rc_superres_mode; -- GitLab