summaryrefslogtreecommitdiff
path: root/vpx
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2015-01-14 16:28:57 -0800
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2015-01-14 16:28:57 -0800
commit6fc72673b37edf3e7d6152df372fa591a95cedad (patch)
tree6f24d55f7c798e86f4ff177333845fce2257b596 /vpx
parentf3c9272edc848a16c2d803956d9154a8ebf2183f (diff)
parentdc08b2040565705f96bfce2a705cadca03245e2f (diff)
downloadlibvpx-6fc72673b37edf3e7d6152df372fa591a95cedad.tar
libvpx-6fc72673b37edf3e7d6152df372fa591a95cedad.tar.gz
libvpx-6fc72673b37edf3e7d6152df372fa591a95cedad.tar.bz2
libvpx-6fc72673b37edf3e7d6152df372fa591a95cedad.zip
Merge "Add comments for control VP9E_SET_TUNE_CONTENT"
Diffstat (limited to 'vpx')
-rw-r--r--vpx/vp8cx.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/vpx/vp8cx.h b/vpx/vp8cx.h
index e796580a8..e00404b66 100644
--- a/vpx/vp8cx.h
+++ b/vpx/vp8cx.h
@@ -337,6 +337,12 @@ enum vp8e_enc_control_id {
* 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,