Update comment for frame superres scaling mode.

Based on code change in:
https://aomedia-review.googlesource.com/c/aom/+/21140

Change-Id: I771ba6e08259e1c43cb06ebe6436dafe07fdf1d5
diff --git a/aom/aom_encoder.h b/aom/aom_encoder.h
index 89b7396..ff02847 100644
--- a/aom/aom_encoder.h
+++ b/aom/aom_encoder.h
@@ -394,8 +394,8 @@
    * 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;