]> granicus.if.org Git - libvpx/commitdiff
Merge "Add comments for two SVC related controls"
authorYaowu Xu <yaowu@google.com>
Thu, 15 Jan 2015 01:53:42 +0000 (17:53 -0800)
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>
Thu, 15 Jan 2015 01:53:42 +0000 (17:53 -0800)
1  2 
vpx/vp8cx.h

diff --cc vpx/vp8cx.h
index e00404b664d5e2dd4fc15a9a506fedf9688f99fb,fbf82c20599ed605bf77dd30d4c81680aa652e6b..a1618adae37d22ad23ba18cea596e0a977494012
@@@ -344,21 -344,18 +344,31 @@@ enum vp8e_enc_control_id 
     *              VP9E_CONTENT_SCREEN  = Screen capture content
     */
    VP9E_SET_TUNE_CONTENT,
+   /*!\brief control function to get svc layer ID.
+    * \note The layer ID returned is for the data packet from the registered
+    *       callback function.
+    */
    VP9E_GET_SVC_LAYER_ID,
+   /*!\brief control function to register callback for getting per layer packet.
+    * \note Parameter for this control function is a structure with a callback
+    *       function and a pointer to private data used by the callback.
+    */
    VP9E_REGISTER_CX_CALLBACK,
 +
 +  /*!\brief control function to set color space info.
 +   * \note Valid ranges: 0..7, default is "UNKNOWN".
 +   *                     0 = UNKNOWN,
 +   *                     1 = BT_601
 +   *                     2 = BT_709
 +   *                     3 = SMPTE_170
 +   *                     4 = SMPTE_240
 +   *                     5 = BT_2020
 +   *                     6 = RESERVED
 +   *                     7 = SRGB
 +   */
 +  VP9E_SET_COLOR_SPACE,
  };
  
  /*!\brief vpx 1-D scaling mode