]> granicus.if.org Git - libvpx/commitdiff
Add comments for two SVC related controls
authorYaowu Xu <yaowu@google.com>
Wed, 14 Jan 2015 20:02:46 +0000 (12:02 -0800)
committerYaowu Xu <yaowu@google.com>
Wed, 14 Jan 2015 20:02:46 +0000 (12:02 -0800)
VP9E_SET_SVC
VP9E_SET_SVC_PARAMETERS

Change-Id: Ie32ffad48b6b53c5a2c44c42ec655bfedf8d2903

vpx/vp8cx.h

index fbf82c20599ed605bf77dd30d4c81680aa652e6b..be6e9fe35d05a260ce6b6e92f40828f906696fae 100644 (file)
@@ -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.