summaryrefslogtreecommitdiff
path: root/vpx/vp8cx.h
diff options
context:
space:
mode:
authorJerome Jiang <jianj@google.com>2019-03-01 09:50:50 -0800
committerJerome Jiang <jianj@google.com>2019-03-05 15:22:16 -0800
commit0b3d9226881f53da91021d24ef74e5df22a24990 (patch)
tree172d936a9849dd75061442ef33ba2a2ac5f25d18 /vpx/vp8cx.h
parent8971779e60c5127d2cf0d74b0b6493a07e3e5132 (diff)
downloadlibvpx-0b3d9226881f53da91021d24ef74e5df22a24990.tar
libvpx-0b3d9226881f53da91021d24ef74e5df22a24990.tar.gz
libvpx-0b3d9226881f53da91021d24ef74e5df22a24990.tar.bz2
libvpx-0b3d9226881f53da91021d24ef74e5df22a24990.zip
vp9: map speed > 9 to speed 9.
Report warning in example encoder. Change-Id: Iec4cdffce9faa65241756fbdac498214c8b93cc1
Diffstat (limited to 'vpx/vp8cx.h')
-rw-r--r--vpx/vp8cx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpx/vp8cx.h b/vpx/vp8cx.h
index b2d57dceb..ab6ba56a8 100644
--- a/vpx/vp8cx.h
+++ b/vpx/vp8cx.h
@@ -148,7 +148,7 @@ enum vp8e_enc_control_id {
* speed at the expense of quality.
*
* \note Valid range for VP8: -16..16
- * \note Valid range for VP9: -8..8
+ * \note Valid range for VP9: -9..9
*
* Supported in codecs: VP8, VP9
*/