summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2015-01-14 17:53:49 -0800
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2015-01-14 17:53:49 -0800
commit05d19e06d030d6d0e2d48375b63c3c25525965ac (patch)
tree4f9385aced5e34870403f8cb88c3b5e21f5c2e7a
parent81194188a1a7b53696d8a3b98b5cfb5d8c573e4f (diff)
parent3ca15a8be6d161501d16cacae78ee0e32f44664b (diff)
downloadlibvpx-05d19e06d030d6d0e2d48375b63c3c25525965ac.tar
libvpx-05d19e06d030d6d0e2d48375b63c3c25525965ac.tar.gz
libvpx-05d19e06d030d6d0e2d48375b63c3c25525965ac.tar.bz2
libvpx-05d19e06d030d6d0e2d48375b63c3c25525965ac.zip
Merge "Add comments for two SVC related controls"
-rw-r--r--vpx/vp8cx.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/vpx/vp8cx.h b/vpx/vp8cx.h
index a1618adae..75caad8ba 100644
--- a/vpx/vp8cx.h
+++ b/vpx/vp8cx.h
@@ -328,7 +328,17 @@ enum vp8e_enc_control_id {
*/
VP9E_SET_NOISE_SENSITIVITY,
+ /*!\brief control function to turn on/off SVC in encoder.
+ * \note Return value is VPX_CODEC_INVALID_PARAM if the encoder does not
+ * support SVC in its current encoding mode
+ * 0: off, 1: on
+ */
VP9E_SET_SVC,
+
+ /*!\brief control function to set parameters for SVC.
+ * \note Parameters contain min_q, max_q, scaling factor for each of the
+ * SVC layers.
+ */
VP9E_SET_SVC_PARAMETERS,
/*!\brief control function to set svc layer for spatial and temporal.