Update some comments for rc_target_bitrate
authorJames Zern <jzern@google.com>
Fri, 11 Jun 2021 23:34:41 +0000 (16:34 -0700)
committerJames Zern <jzern@google.com>
Fri, 11 Jun 2021 23:34:41 +0000 (16:34 -0700)
this mirrors the change from libaom:
5b150b150 Update some comments for rc_target_bitrate

Change-Id: Iaabee5924e0320609a29dc8ab71327923fb4c5d2

vp8/vp8_cx_iface.c
vpx/vpx_encoder.h

index 8d3044f..78631e7 100644 (file)
@@ -1276,7 +1276,7 @@ static vpx_codec_enc_cfg_map_t vp8e_usage_cfg_map[] = {
         VPX_VBR,     /* rc_end_usage */
         { NULL, 0 }, /* rc_twopass_stats_in */
         { NULL, 0 }, /* rc_firstpass_mb_stats_in */
-        256,         /* rc_target_bandwidth */
+        256,         /* rc_target_bitrate */
         4,           /* rc_min_quantizer */
         63,          /* rc_max_quantizer */
         100,         /* rc_undershoot_pct */
index f8fdfc0..21254bb 100644 (file)
@@ -457,7 +457,7 @@ typedef struct vpx_codec_enc_cfg {
 
   /*!\brief Target data rate
    *
-   * Target bandwidth to use for this stream, in kilobits per second.
+   * Target bitrate to use for this stream, in kilobits per second.
    */
   unsigned int rc_target_bitrate;