shithub: libvpx

Download patch

ref: d85c54d4e870e979062e275a1a58a3a44f64e601
parent: 5d678fe78a5a0ece72cddbf7d7071ef8dc3598dc
author: James Zern <jzern@google.com>
date: Fri Jun 11 12:34:41 EDT 2021

Update some comments for rc_target_bitrate

this mirrors the change from libaom:
5b150b150 Update some comments for rc_target_bitrate

Change-Id: Iaabee5924e0320609a29dc8ab71327923fb4c5d2

--- a/vp8/vp8_cx_iface.c
+++ b/vp8/vp8_cx_iface.c
@@ -1276,7 +1276,7 @@
         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 */
--- a/vpx/vpx_encoder.h
+++ b/vpx/vpx_encoder.h
@@ -457,7 +457,7 @@
 
   /*!\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;