shithub: libvpx

Download patch

ref: 6fc72673b37edf3e7d6152df372fa591a95cedad
parent: f3c9272edc848a16c2d803956d9154a8ebf2183f
parent: dc08b2040565705f96bfce2a705cadca03245e2f
author: Yaowu Xu <yaowu@google.com>
date: Wed Jan 14 11:28:57 EST 2015

Merge "Add comments for control VP9E_SET_TUNE_CONTENT"

--- a/vpx/vp8cx.h
+++ b/vpx/vp8cx.h
@@ -337,6 +337,12 @@
    *                     temporal layer.
    */
   VP9E_SET_SVC_LAYER_ID,
+
+  /*!\brief control function to set content type.
+   * \note Valid parameter range:
+   *              VP9E_CONTENT_DEFAULT = Regular video content (Default)
+   *              VP9E_CONTENT_SCREEN  = Screen capture content
+   */
   VP9E_SET_TUNE_CONTENT,
   VP9E_GET_SVC_LAYER_ID,
   VP9E_REGISTER_CX_CALLBACK,