shithub: libvpx

Download patch

ref: 81194188a1a7b53696d8a3b98b5cfb5d8c573e4f
parent: 6fc72673b37edf3e7d6152df372fa591a95cedad
parent: 193ca4b7443f6a313a70b02274bb43b195ebab3b
author: Yaowu Xu <yaowu@google.com>
date: Wed Jan 14 12:53:42 EST 2015

Merge "Add comments for two SVC related controls"

--- a/vpx/vp8cx.h
+++ b/vpx/vp8cx.h
@@ -344,7 +344,17 @@
    *              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.