shithub: libvpx

Download patch

ref: 9b8acbfee4608db95c761e95887aadf69015d045
parent: 7080fc4604ed8e1a2fcd4ca220cfd93815fd2e42
author: elliottk <elliottk@google.com>
date: Tue Aug 20 13:26:54 EDT 2019

Update documentation: CRF works with VPX_Q mode

Tested that if VPX_Q is set, this variable will still be used
to pull the CRF value.

Change-Id: I065a219a7acd18b50478d4d0d3dc7ba5e1c90901

--- a/vpx/vp8cx.h
+++ b/vpx/vp8cx.h
@@ -231,10 +231,10 @@
    */
   VP8E_SET_TUNING,
 
-  /*!\brief Codec control function to set constrained quality level.
+  /*!\brief Codec control function to set constrained / constant quality level.
    *
    * \attention For this value to be used vpx_codec_enc_cfg_t::rc_end_usage must
-   *            be set to #VPX_CQ
+   *            be set to #VPX_CQ or #VPX_Q
    * \note Valid range: 0..63
    *
    * Supported in codecs: VP8, VP9