From: elliottk Date: Wed, 21 Aug 2019 00:26:54 +0000 (-0700) Subject: Update documentation: CRF works with VPX_Q mode X-Git-Tag: v1.8.2~136 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b8acbfee4608db95c761e95887aadf69015d045;p=libvpx 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 --- diff --git a/vpx/vp8cx.h b/vpx/vp8cx.h index 6e613b727..745162170 100644 --- a/vpx/vp8cx.h +++ b/vpx/vp8cx.h @@ -231,10 +231,10 @@ enum vp8e_enc_control_id { */ 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